TimeIndicator Members
A horizontal line that marks the specified time value.Constructors
Name | Description |
---|---|
TimeIndicator() | Initializes a new instance of the TimeIndicator class. |
Fields
Name | Description |
---|---|
DisplayModeProperty static | Identifies the DisplayMode dependency property. |
DisplayTimeProperty static | Identifies the DisplayTime dependency property. |
FillProperty static | Identifies the Fill dependency property. |
TimeOffsetProperty static | Identifies the TimeOffset dependency property. |
TrackCurrentTimeProperty static | Identifies the TrackCurrentTime dependency property. |
Properties
Name | Description |
---|---|
DisplayMode | Specifies the display mode. This is a dependency property. |
DisplayTime | Gets or sets the time value marked by the time indicator. This is a dependency property. |
Fill | Specifies the brush used to paint the time indicator. This is a dependency property. |
TimeOffset | Specifies the offset applied to the display time. This is a dependency property. |
TrackCurrentTime | Specifies whether the time indicator marks the current time. This is a dependency property. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also