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

Get the collection of Adornments associated with this part.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Adornments As IEnumerable(Of Adornment)
C# 
public IEnumerable<Adornment> Adornments {get;}

Remarks

Each adornment will have a Part.Category that is unique for this part.

See Also