Objects used to fill the interiors of graphical shapes such as rectangles,
ellipses, pies, polygons, and paths
public System.Drawing.Brush Brush {get; set;}
public read-write property Brush: System.Drawing.Brush;
public function get,set Brush : System.Drawing.Brush
public: __property System.Drawing.Brush* get_Brush();
public: __property void set_Brush(
System.Drawing.Brush* value
);
public:
property System.Drawing.Brush^ Brush {
System.Drawing.Brush^ get();
void set ( System.Drawing.Brush^ value);
}
'Declaration
Public Property Brush As System.Drawing.Brush
'Usage
Dim instance As DicomLabel
Dim value As System.Drawing.Brush
instance.Brush = value
value = instance.Brush
Target Platforms: .NET CLR 4.8 or higher