Gets or sets the length value.
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 floating point value representing the length.
RemarksHow this value is interpreted depends on the Type property.
See Also