Search
PathGradientBrush.CenterPoint Property
See Also
 





Gets or sets the center of the gradient path.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public PointF CenterPoint { get; set; }

Visual Basic  Copy Code

Public Property CenterPoint As PointF

 Property Value

A .NET PointF structure that represents the center point of the path gradient.

 See Also