dotnetCHARTING Send comments on this topic.
Brush Property
See Also 
dotnetCHARTING Namespace > Background Class : Brush Property



Gets or sets a brush object that is used to fill objects.

Syntax

Visual Basic (Declaration) 
Public Property Brush As Brush
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As Brush
 
instance.Brush = value
 
value = instance.Brush
C# 
public Brush Brush {get; set;}
C++/CLI 
public:
property Brush Brush {
   Brush get();
   void set (Brush value);
}

See Also