Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

Brush Property






Gets or sets the pen System.Windows.Media.Brush.
Syntax
public Brush Brush {get; set;}
'Declaration
 
Public Property Brush As Brush
'Usage
 
Dim instance As D2DPen
Dim value As Brush
 
instance.Brush = value
 
value = instance.Brush

            

            
public:
property Brush^ Brush {
   Brush^ get();
   void set (    Brush^ value);
}

Property Value

The brush color of the D2DPen.
Remarks
The default value is null.
Requirements

Target Platforms

See Also

Reference

D2DPen Class
D2DPen Members

Error processing SSI file