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