Search
ShapeNode.FlipX Property
See Also
 





Gets or sets a value indicating whether the node's shape is flipped horizontally.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool FlipX { get; set; }

Visual Basic  Copy Code

Public Property FlipX As Boolean

 Property Value

true if the shape is flipped horizontally, or false otherwise.

 See Also