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 - 200.8 |
| .NET | 200.7 - 200.8 |
| .NET Windows | 200.7 - 200.8 |
| .NET Android | 200.7 - 200.8 |
| .NET iOS | 200.7 - 200.8 |
| .NET Framework | 200.7 - 200.8 |
| UWP | 200.7 - 200.8 |