Gets the width of the node that displays this shape.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float Width { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Width As Single |
A float value specifying the node's width.
See Also