Search
SliderComponent.Value Property
See Also
 





Gets or sets the value of the slider.

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

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

A double value.

 Remarks

This property is relevant only when the slider Type is set to SingleValue.

 See Also