GoXam for WPF v3
MakeAdornment Method (Adornment)
Northwoods.GoXam Namespace > Adornment Class : MakeAdornment Method
must not be null
must not be null
Create an Adornment for a particular FrameworkElement using a given DataTemplate.
Syntax
public override Adornment MakeAdornment( 
   FrameworkElement selelt,
   DataTemplate templ
)

Parameters

selelt
must not be null
templ
must not be null
Remarks
If Part.IsBoundToData is true, the DataTemplate has access to this part's Part.Data.
See Also

Reference

Adornment Class
Adornment Members