Northwoods.GoSilverlight 1.2.2 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

Visual Basic (Declaration) 
Public Class SelectionHandle 
   Inherits System.Windows.Shapes.Path
C# 
public class SelectionHandle : System.Windows.Shapes.Path 

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.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Shapes.Shape
               System.Windows.Shapes.Path
                  Northwoods.GoXam.SelectionHandle

Requirements

See Also

© 2010 All Rights Reserved.