TimeScale Constructors
A time scale. Time scales are displayed at the top of the Timeline View.Name | Parameters | Description |
---|---|---|
TimeScale() | none | Initializes a new instance of the TimeScale class. |
TimeScale(TimeScaleUnit, Int32) | unit, count | Initializes a new instance of the TimeScale class with specified settings. |
TimeScale(TimeScaleUnit) | unit | Initializes a new instance of the TimeScale class with specified settings. |
See Also