API Reference
Class
SmartTabAutoProgress
Auto-progress configuration for SmartTab.
Inheritance
- Object
- SmartTabAutoProgress
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property SmartTabOptions.AutoProgress
Constructors
public SmartTabAutoProgress() #Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets whether auto-progress is enabled.
public Nullable<Int32> Interval { get; set; } #JsonPropertyName("interval")Gets or sets the auto-progress interval in milliseconds.
public Nullable<Boolean> StopOnFocus { get; set; } #JsonPropertyName("stopOnFocus")Gets or sets whether to pause auto-progress on focus.