Gets or sets the minimum value displayed by the slider. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double Minimum { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Minimum As Double |
A double value specifying the slider minimum.
See Also