Gets or sets the start value of the slider.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float StartValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StartValue As Single |
A float value.
Remarks
See Also