Search
ShapeData.Width Property
See Also
 





Gets the width of the node that displays this shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double Width { get; }

Visual Basic  Copy Code

Public ReadOnly Property Width As Double

 Property Value

A double value specifying the node's width.

 See Also