A simple struct that defines the
default property values for the Bar class.
| C# | Visual Basic | Visual C++ |
public struct Default
Public Structure Default
public value class Default
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| BorderColor |
The default color for drawing frames around bars
(Color property).
| |
| BorderWidth |
The default pen width to be used for drawing the border around the bars
(Width property). Units are points.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| FillBrush |
The default custom brush for filling in the bars
(Brush property).
| |
| FillColor |
The default color for filling in the bars
(Color property).
| |
| FillType |
The default fill mode for bars (Type property).
| |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsBorderVisible |
The default border mode for bars (IsVisible property).
true to display frames around bars, false otherwise
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
