Gets or sets a value indicating whether the Image bitmap should be flipped when the shape node is flipped (FlipX and/or FlipY are enabled).
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool FlipImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FlipImage As Boolean |
true to flip Image along with the node's geometric shape, or false otherwise. The default value is false.
See Also