GoXam for WPF v3
MakeAdornment Method (Part)
Northwoods.GoXam Namespace > Part Class : MakeAdornment Method
must not be null
must not be null
Create an Adornment for a particular FrameworkElement using a given DataTemplate.
Syntax
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 Data.
See Also

Reference

Part Class
Part Members