Search
SliderComponent.EndValue Property
See Also
 





Gets or sets the end value of the slider.

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

 Syntax

C#  Copy Code

public double EndValue { get; set; }

Visual Basic  Copy Code

Public Property EndValue As Double

 Property Value

A double value.

 Remarks

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

 See Also