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