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

Gets or sets the collection of Parts to be printed.

Syntax

Visual Basic (Declaration) 
Public Property Parts As IEnumerable(Of Part)
C# 
public IEnumerable<Part> Parts {get; set;}

Property Value

The default value is null. A null value or an empty collection causes it to print all printable parts in the diagram. All given Parts must belong to the Diagram.

Requirements

See Also

© 2012 All Rights Reserved.