Brush Property
Summary
Gets or sets the pen System.Windows.Media.Brush.
Syntax
public Brush Brush { get; set; }
Public Property Brush As Brush
public:
property Brush^ Brush {
Brush^ get();
void set ( Brush^ );
}
Property Value
The brush color of the D2DPen.