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

Identifies the SnapDistance attached dependency property.

Syntax

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

Remarks

You can change the default snap key for drawing by setting this attached property on the map. Example:
            <esri:Map esri:Editor.SnapDistance="30" />
            

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.