Search
SliderComponent.Maximum Property
See Also
 





Gets or sets the maximum value of the slider.

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

 Syntax

C#  Copy Code

public double Maximum { get; set; }

Visual Basic  Copy Code

Public Property Maximum As Double

 Property Value

A double value.

 See Also