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.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public Brush Brush { get; set; }

Property Value

Brush

See Also