Northwoods.GoSilverlight 1.1.3 Assembly
SetAdornment Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : SetAdornment Method

category
this must be a non-null string
ad
Associate an Adornment with this part.

Syntax

Visual Basic (Declaration) 
Public Sub SetAdornment( _
   ByVal category As String, _
   ByVal  As Adornment _
) 
C# 
public void SetAdornment( 
   string category,
   Adornment 
)

Parameters

category
this must be a non-null string
ad

See Also