'Declaration Public Property StartOffset As Double
'Usage Dim instance As PathConfiguration Dim value As Double instance.StartOffset = value value = instance.StartOffset
public double StartOffset {get; set;}
Property Value
A double value between 0.0 and 1.0 representing the offset on the path where the first item is initially displayed and where it falls when at the "top" of the list, where 0.0 represents the "start" of the path. By default, 0.0d.