Gets or sets the start value of the slider.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double StartValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StartValue As Double |
RemarksThis property is relevant only when the slider Type is set to Range.
See Also