Search
DiagramBookmark.TargetBounds Property
See Also
 





Gets or sets the logical boundaries of this bookmark zone in diagram document units.

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

 Syntax

C#  Copy Code

public Rect TargetBounds { get; set; }

Visual Basic  Copy Code

Public Property TargetBounds As Rect

 Property Value

A System.Windows.Rect instance.

 See Also