Northwoods.GoSilverlight 1.3.5 Assembly
Bounds Property
See Also  Send Feedback
Northwoods.GoXam Namespace > PrintManager Class : Bounds Property

Gets or sets the area of the model to be printed, in model coordinates.

Syntax

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

Property Value

The default value is Rect.Empty. A value of Rect.Empty causes it to print either the whole DiagramPanel.DiagramBounds if Parts is null or empty, or else the union of the bounds of the given collection of Parts.

Requirements

See Also

© 2012 All Rights Reserved.