TimeScale Properties
Serves as the base class for classes which are time scales in the Timeline view.| Name | Description |
|---|---|
| DisplayFormat | Gets or sets the format of the string displayed in the timeline caption. |
| DisplayName | Gets or sets the text which identifies an element. Inherited from UserInterfaceObject. |
| Enabled | Gets or sets if the time scale is enabled for the View. |
| Id | Gets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject. |
| MenuCaption | Gets or sets the element’s menu caption. Inherited from UserInterfaceObject. |
| SerializationTypeName | Gets the string containing the time scale type name. |
| Visible | Gets or sets whether the time scale is visible. |
| Width | Gets or sets the width of the time scale element. |
See Also