MindFusion.Wpf Pack Programmer's Guide
Ruler.ProjectRotatedBounds Property
See Also
 





Gets or sets whether the projection of nodes on ruler's scales rotates with them.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ProjectRotatedBounds { get; set; }

Visual Basic  Copy Code

Public Property ProjectRotatedBounds As Boolean

 Property Value

true if node's projection should match the boundaries of rotated node shape, or false to ignore rotation and project only the coordinates of node's Bounds. The default value is true.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.Wpf Namespace