Enum SnapSourceEnablingBehavior
Controls how snap sources are enabled when calling SyncSourceSettings(SnapRules, SnapSourceEnablingBehavior).
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum SnapSourceEnablingBehavior
Fields
Name | Description |
---|---|
Preserve | Preserves IsEnabled values. When passed to SyncSourceSettings(SnapRules, SnapSourceEnablingBehavior), all new
SnapSourceSettings added to the SourceSettings collection will
have the default IsEnabled value of |
SetFromRules | Enables SnapSourceSettings that have rule-based snapping behaviors.
When passed to SyncSourceSettings(SnapRules, SnapSourceEnablingBehavior), all
SnapSourceSettings in the SourceSettings collection with a
RuleBehavior of RulesPreventSnapping or
RulesLimitSnapping will have IsEnabled set to
Any new SnapSourceSettings added to the SourceSettings collection with a
RuleBehavior of None will have a
IsEnabled value of |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 |
.NET | 200.7 |
.NET Windows | 200.7 |
.NET Android | 200.7 |
.NET iOS | 200.7 |
.NET Framework | 200.7 |
UWP | 200.7 |