Search
SliderComponent.Minimum Property
See Also
 





Gets or sets the minimum value of the slider.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Minimum { get; set; }

Visual Basic  Copy Code

Public Property Minimum As Double

 Property Value

A double value.

 See Also