public class RegionDateTime : RegionPublic Class RegionDateTime
Inherits Region| RegionDateTime | Initializes a new instance of RegionDateTime class. |
| RegionDateTime(String) | Initializes a new instance of RegionDateTime class. |
| Alignment |
Gets or sets the alignment of the text in region.
(Inherited from Region) |
| BackColor |
Gets or sets the background color for the region.
(Inherited from Region) |
| Font |
Gets or sets the font used to display text in the region.
(Inherited from Region) |
| ForeColor |
Gets or sets the foreground color used to display text in the region.
(Inherited from Region) |
| Name |
Gets or sets the name of the region, which must be unique in the RegionCollection.
(Inherited from Region) |
| RegionEnd | Gets or sets the end value of the region. |
| RegionStart | Gets or sets the starting value of the region. |
| Text |
Gets or sets the Text label of the region.
(Inherited from Region) |
| TextBackgroundColor |
Gets or sets a color used to draw a background behind the Text.
(Inherited from Region) |
| WrapMode |
Gets or sets the WrapMode used on Text property.
(Inherited from Region) |
| Clone |
Creates a deep copy of Region object.
(Inherited from Region) |
| Dispose |
Releases all resourcees used by this object.
(Inherited from Region) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged |
Fires the PropertyChanged event.
(Inherited from Region) |
| ResetAlignment |
Sets the Alignment to the default value.
(Inherited from Region) |
| ResetBackColor |
Sets the BackColor to the default value.
(Inherited from Region) |
| ResetFont |
Sets the Font to the default value.
(Inherited from Region) |
| ResetForeColor |
Sets the ForeColor to the default value.
(Inherited from Region) |
| ResetRegionEnd | Sets the RegionEnd to the default value. |
| ResetRegionStart | Sets the RegionStart to the default value. |
| ResetText |
Sets the Text to the default value.
(Inherited from Region) |
| ResetTextBackgroundColor |
Sets the TextBackgroundColor to the default value.
(Inherited from Region) |
| ResetWrapMode |
Sets the WrapMode to the default value.
(Inherited from Region) |
| ShouldSerializeAlignment |
Indicates whether the Alignment property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeBackColor |
Indicates whether the BackColor property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeFont |
Indicates whether the Font property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeForeColor |
Indicates whether the ForeColor property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeName |
Indicates whether the Name property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeRegionEnd | Indicates whether the RegionEnd property should be serialized by Visual Studio designer. |
| ShouldSerializeRegionStart | Indicates whether the RegionStart property should be serialized by Visual Studio designer. |
| ShouldSerializeText |
Indicates whether the Name property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeTextBackgroundColor |
Indicates whether the TextBackgroundColor property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ShouldSerializeWrapMode |
Indicates whether the WrapMode property should be serialized by Visual Studio designer.
(Inherited from Region) |
| ToString |
Returns the value of Name property.
(Inherited from Region) |
| PropertyChanged |
Raised whenever a value of a property changes.
(Inherited from Region) |
| m_DrawingExclusiveLock |
Contains an object which this Region object locks on to whenever
it is part of LineChart object and whenever a property or a method
is run which influences the graphical output of LineChart.
(Inherited from Region) |