ASP.NET Pack Programmer's Guide
SliderComponent.StartValue Property
See Also
 





Gets or sets the start value of the slider.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float StartValue { get; set; }

Visual Basic  Copy Code

Public Property StartValue As Single

 Property Value

A float value.

 Remarks

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

 See Also

SliderComponent Members
SliderComponent Class
MindFusion.Diagramming.Components Namespace