Gets or sets a value indicating whether the node's shape is flipped horizontally.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool FlipX { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FlipX As Boolean |
true if the shape is flipped horizontally, or false otherwise.
See Also