Gets the rectangle width.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public double Width { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Width As Double |
A double value specifying the rectangle's width.
See Also