Search
Length.Value Property
See Also
 





Gets or sets the length value.

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

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

A double value representing the length.

 Remarks

How this value is interpreted depends on the Type property.

 See Also