Gets or sets a value indicating whether the node's shape is flipped horizontally.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |