Property RangeKind
RangeKind
Gets or sets the kind of range. The default is Closed.
public LinearRangeSpanKind RangeKind { get; set; }
Property Value
Remarks
Setting this property re-renders the view in the new shape and migrates the current Value: e.g. switching from Closed to LeftBounded drops the Start and StartIndex; switching to RightBounded drops the End and EndIndex; switching to None clears the value.