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

selelt
must not be null
templ
must not be null
Create an Adornment for a particular FrameworkElement using a given DataTemplate.

Syntax

Visual Basic (Declaration) 
Public Overridable Function MakeAdornment( _
   ByVal selelt As FrameworkElement, _
   ByVal templ As DataTemplate _
) As Adornment
C# 
public virtual Adornment MakeAdornment( 
   FrameworkElement selelt,
   DataTemplate templ
)

Parameters

selelt
must not be null
templ
must not be null

Remarks

If IsBoundToData is true, the DataTemplate has access to this part's Part.Data.

See Also