Northwoods.GoSilverlight 1.1.3 Assembly
InDiagramBounds Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : InDiagramBounds Property

Gets or sets whether this part is included or is ignored in the computation of the diagram bounds, by DiagramPanel.ComputeDiagramBounds.

Syntax

Visual Basic (Declaration) 
Public Property InDiagramBounds As Boolean
C# 
public bool InDiagramBounds {get; set;}

Property Value

The default value is true.

Remarks

You might set this to false for some kinds of background objects.

See Also