A simple struct that defines the
default property values for the Symbol 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 symbols (Color property).
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| FillBrush | ||
| FillColor | ||
| FillType |
The default fill mode for the curve (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.) | |
| IsAntiAlias |
The default value for the IsAntiAlias
property.
| |
| IsBorderVisible |
The default for drawing frames around symbols (IsVisible property).
true to display symbol frames, false to hide them.
| |
| IsVisible |
The default display mode for symbols (IsVisible property).
true to display symbols, false to hide them.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PenWidth |
The default pen width to be used for drawing curve symbols
(Width property). Units are points.
| |
| Size |
The default size for curve symbols (Size property),
in units of points.
| |
| ToString()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| Type |
The default symbol type for curves (Type property).
This is defined as a SymbolType enumeration.
|
