Gets or sets the start value of this range.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public float MinValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinValue As Single |
A floating point value specifying the start of the range.
See Also