Gets or sets the value displayed in the edit box.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float Value { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Value As Single |
A float value.
See Also