BrushDescriptor.Brush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.