Search
PathGradientBrush.Path Property
See Also
 





Gets or sets the IGraphicsPath that defines the area filled by this brush.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public IGraphicsPath Path { get; set; }

Visual Basic  Copy Code

Public Property Path As IGraphicsPath

 Property Value

 See Also