Northwoods.GoWPF 1.3.5 Assembly
SelectionHandle Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : SelectionHandle Class

This Shape can be used only in the DataTemplate for an Adornment indicating that another part is selected.

Syntax

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 Node.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

Requirements

See Also

© 2012 All Rights Reserved.