BrushDescriptor.Brush Property

Definition

Gets an instance of the Brush defined by this descriptor. If the brush has not been previously created, it creates it first. This is a singleton. Do not dispose - this will crash! Use immediately.

public:
 property System::Drawing::Brush ^ Brush { System::Drawing::Brush ^ get(); };
public System.Drawing.Brush Brush { get; }
member this.Brush : System.Drawing.Brush
Public ReadOnly Property Brush As Brush

Property Value

A Brush defined by this descriptor.

Applies to