Northwoods.GoWPF 1.3.5 Assembly
FixedBounds Property
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : FixedBounds Property

Gets or sets a fixed bounding rectangle to be returned by ComputeDiagramBounds.

Syntax

Visual Basic (Declaration) 
Public Property FixedBounds As Rect
C# 
public Rect FixedBounds {get; set;}

Property Value

By default this has Double.NaN values, meaning that ComputeDiagramBounds should actually compute the union of all of the parts in the diagram. If all X/Y/Width/Height values are actual numbers, this value is returned by ComputeDiagramBounds.

Requirements

See Also

© 2012 All Rights Reserved.