PenBrush Property
Gets or sets the
Brush that determines the color or texture of the
Pen.
Default value: The
Brush instance that was either passed to the corresponding constructor, or was created implicitly from a color by the other constructors.
See the
Examples section of the
Pen class for image examples.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public Brush Brush { get; set; }
Public Property Brush As Brush
Get
Set
public:
property Brush^ Brush {
Brush^ get ();
void set (Brush^ value);
}
member Brush : Brush with get, set
Property Value
Brush