ArcGIS Runtime SDK for WPF - Library Reference
ConstrainExtentBehavior Class Members
See Also  Fields  Properties  Methods  Events
ESRI.ArcGIS.Client.Behaviors Namespace : ConstrainExtentBehavior Class


The following tables list the members exposed by ConstrainExtentBehavior.

Public Constructors

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)ConstrainedExtentPropertyIdentifies the ConstrainedExtent dependency property.  
Top

Public Properties

 NameDescription
public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
public PropertyConstrainedExtentGets or sets the constrained extent.  
public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyHasAnimatedPropertiesGets a value that indicates whether one or more System.Windows.Media.Animation.AnimationClock objects is associated with any of this object's dependency properties. (Inherited from System.Windows.Media.Animation.Animatable)
public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Top

Protected Properties

Public Methods

 NameDescription
public MethodApplyAnimationClockOverloaded. Applies an System.Windows.Media.Animation.AnimationClock to the specified System.Windows.DependencyProperty. If the property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. (Inherited from System.Windows.Media.Animation.Animatable)
public MethodAttach (Inherited from System.Windows.Interactivity.Behavior)
public MethodBeginAnimationOverloaded. Applies an animation to the specified System.Windows.DependencyProperty. The animation is started when the next frame is rendered. If the specified property is already animated, the System.Windows.Media.Animation.HandoffBehavior.SnapshotAndReplace handoff behavior is used. (Inherited from System.Windows.Media.Animation.Animatable)
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCloneCreates a modifiable clone of this System.Windows.Media.Animation.Animatable, making deep copies of this object's values. When copying this object's dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values. (Inherited from System.Windows.Media.Animation.Animatable)
public MethodCloneCurrentValueCreates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. (Inherited from System.Windows.Freezable)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodDetach (Inherited from System.Windows.Interactivity.Behavior)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodFreezeMakes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. (Inherited from System.Windows.Freezable)
public MethodGetAnimationBaseValueReturns the non-animated value of the specified System.Windows.DependencyProperty. (Inherited from System.Windows.Media.Animation.Animatable)
public MethodGetAsFrozenCreates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable)
public MethodGetCurrentValueAsFrozenCreates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCloneCoreMakes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable)
protected MethodCloneCurrentValueCoreMakes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values. (Inherited from System.Windows.Freezable)
protected MethodCreateInstanceInitializes a new instance of the System.Windows.Freezable class. (Inherited from System.Windows.Freezable)
protected MethodCreateInstanceCore (Inherited from System.Windows.Interactivity.Behavior)
protected MethodFreezeCoreMakes this System.Windows.Media.Animation.Animatable object unmodifiable or determines whether it can be made unmodifiable. (Inherited from System.Windows.Media.Animation.Animatable)
protected MethodGetAsFrozenCoreMakes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable)
protected MethodGetCurrentValueAsFrozenCoreMakes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied. (Inherited from System.Windows.Freezable)
protected MethodOnAttachedOverridden. Called after the behavior is attached to an AssociatedObject.  
protected MethodOnChangedCalled when the current System.Windows.Freezable object is modified. (Inherited from System.Windows.Freezable)
protected MethodOnDetachingOverridden. Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.  
protected MethodOnFreezablePropertyChangedOverloaded. Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. (Inherited from System.Windows.Freezable)
protected MethodOnPropertyChangedOverrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. (Inherited from System.Windows.Freezable)
protected MethodReadPreambleEnsures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from System.Windows.Freezable)
protected MethodWritePostscriptRaises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from System.Windows.Freezable)
protected MethodWritePreambleVerifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from System.Windows.Freezable)
Top

Public Events

 NameDescription
public EventChangedOccurs when the System.Windows.Freezable or an object it contains is modified. (Inherited from System.Windows.Freezable)
Top

See Also

© ESRI, Inc. All Rights Reserved.