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