Share via


AutoPauseDelayTimeRange.StepSize Property

Definition

Gets step value for discrete values between the minimum value and the maximum value.

[Newtonsoft.Json.JsonProperty(PropertyName="stepSize")]
public int? StepSize { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="stepSize")>]
member this.StepSize : Nullable<int>
Public ReadOnly Property StepSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to