Gets or sets the end of a value range selected in the slider. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double SelectionEnd { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectionEnd As Double |
A double value specifying the end of a selected range.
RemarksThis property is relevant only when IsSelectionRangeEnabled is set to true.
See Also