Gets or sets the center of the gradient path.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public PointF CenterPoint { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CenterPoint As PointF |
A .NET PointF structure that represents the center point of the path gradient.
See Also