Gets or sets the end of the selected range. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double SelectionEnd { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SelectionEnd As Double |
A double value. The default is 10.
See Also