GoXam for WPF v3
SelectionHandle Class
Members 
Northwoods.GoXam Namespace : SelectionHandle Class
This Shape can be used only in the DataTemplate for an Adornment indicating that another part is selected.
Syntax
[DesignTimeVisible(false)]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class SelectionHandle : System.Windows.Shapes.Shape 
Remarks

A SelectionHandle takes the shape of the AdornedElement that it adorns, but its Stroke, StrokeThickness, Fill, et al. must still be set. You should not set its Width or Height, because those will be determined by the size and shape of the adorned element.

A simple example definition: <DataTemplate> <go:SelectionHandle Stroke="Red" StrokeThickness="2" /> </DataTemplate>

If a SelectionHandle is not the only element of the selection adornment template, it should be named as the LocationElementName for the whole adornment.

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Shapes.Shape
                     Northwoods.GoXam.SelectionHandle

See Also

Reference

SelectionHandle Members
Northwoods.GoXam Namespace