ArcGIS API for WPF - Library Reference
SnapKeyProperty Field
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Editor Class : SnapKeyProperty Field

Identifies the SnapKey attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly SnapKeyProperty As DependencyProperty
C# 
public static readonly DependencyProperty SnapKeyProperty

Remarks

Note that some keys are not supported in fullscreen mode.

You can change the default snap key for drawing by setting this attached property on the map. Example:

            <esri:Map esri:Editor.SnapKey="A" />
            

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.