Gets or sets the maximum value of the slider.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Maximum { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Maximum As Double |
A double value.
See Also