Advanced |
The AdvancedScrollWheelBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
| AdvancedScrollWheelBehavior | Initializes a new instance of the AdvancedScrollWheelBehavior class |
| Name | Description | |
|---|---|---|
| EasingFunction | Gets or sets the easing function used for the scrolling animation. | |
| IsEnabled | Gets or sets a value indicating whether the smooth scrolling behavior is enabled. | |
| IsLoaded |
Gets a value indicating whether the associated object is loaded.
(Inherited from FrameworkElementBehaviorT) | |
| MouseScrollDeltaFactor | Gets or sets the delta value factor while mouse scrolling. | |
| ScrollingAnimationDuration | Gets or sets the duration of the scrolling animation. | |
| TouchpadScrollDeltaFactor | Gets or sets the delta value factor while touchpad scrolling. | |
| UseScrollingAnimation | Gets or sets a value indicating whether to use scrolling animation when scrolling using the mouse wheel. |
| Name | Description | |
|---|---|---|
| GetAttach | Gets the Register property for the specified element. | |
| OnAssociatedObjectLoaded |
Called when the associated object is loaded.
(Overrides FrameworkElementBehaviorTOnAssociatedObjectLoaded) | |
| OnAssociatedObjectUnloaded |
Called when the associated object is unloaded.
(Overrides FrameworkElementBehaviorTOnAssociatedObjectUnloaded) | |
| OnAttached |
Called after the behavior is attached to an AssociatedObject.
(Inherited from FrameworkElementBehaviorT) | |
| OnDetaching |
Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
(Inherited from FrameworkElementBehaviorT) | |
| SetAttach | Sets the Register property for the specified element. |
| Name | Description | |
|---|---|---|
| AttachProperty | Identifies the Attach attached property. | |
| EasingFunctionProperty | Identifies the EasingFunction dependency property. | |
| IsEnabledProperty | Identifies the IsEnabled dependency property. | |
| MouseScrollDeltaFactorProperty | Identifies the MouseScrollDeltaFactor dependency property. | |
| ScrollingAnimationDurationProperty | Identifies the ScrollingAnimationDuration dependency property. | |
| TouchpadScrollDeltaFactorProperty | Identifies the TouchpadScrollDeltaFactor dependency property. | |
| UseScrollingAnimationProperty | Identifies the UseScrollingAnimation dependency property. |
| Name | Description | |
|---|---|---|
| Attach | If set to WithAnimation or WithoutAnimation, the behavior is attached to the target element with default settings. This is a shortcut to omit the full behavior notation in XAML when only defaults are used. |
| Name | Description | |
|---|---|---|
| Ancestors |
Returns an enumeration of the ancestor elements in the logical tree of this element.
(Defined by DependencyObjectExtensions) | |
| AncestorsAndSelf |
Returns an enumeration of elements that contain this element, and the ancestors in the logical tree of this element.
(Defined by DependencyObjectExtensions) | |
| GetExportProvider |
Gets the active export provider for the specified object.
(Defined by ExportProviderLocator) | |
| GetMissingExportProviderMessage |
Gets the message to show when an export provider could not be located in the visual tree.
(Defined by ExportProviderLocator) | |
| GetRootVisual |
Gets the root visual for the item.
(Defined by DependencyObjectExtensions) | |
| GetValueT |
Gets the value of a dependency property using SafeCastT(Object).
(Defined by DependencyObjectExtensions) | |
| GetWindowHandle |
Gets the window handle of the HwndSource hosting this item.
(Defined by DependencyObjectExtensions) | |
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) | |
| SetExportProvider |
Sets the export provider.
(Defined by ExportProviderLocator) | |
| TryFindAncestorT |
Returns the first element in the ancestor list that implements the type of the type parameter.
(Defined by DependencyObjectExtensions) | |
| TryFindAncestorT |
Returns the first element in the ancestor list that implements the type of the type parameter.
(Defined by DependencyObjectExtensions) | |
| TryFindAncestorOrSelfT |
Returns the first element in the ancestor list that implements the type of the type parameter.
(Defined by DependencyObjectExtensions) | |
| TryFindAncestorOrSelfT |
Returns the first element in the ancestor list that implements the type of the type parameter.
(Defined by DependencyObjectExtensions) | |
| TryGetExportProvider |
Gets the active export provider for the specified object, or null if no export provider is registered.
(Defined by ExportProviderLocator) | |
| TryGetRootVisual |
Gets the root visual for the item.
(Defined by DependencyObjectExtensions) | |
| VisualAncestors |
Returns an enumeration of the ancestor elements in the visual tree of this element.
(Defined by DependencyObjectExtensions) | |
| VisualAncestorsAndSelf |
Returns an enumeration of elements that contains this element, and the ancestors in the visual tree of this element.
(Defined by DependencyObjectExtensions) | |
| VisualChildren |
Enumerates the immediate children of the specified item.
(Defined by DependencyObjectExtensions) | |
| VisualChildrenAndSelf |
Enumerates the specified item and it's immediate children.
(Defined by DependencyObjectExtensions) | |
| VisualDescendants |
Enumerates all visuals descendants of the specified item.
(Defined by DependencyObjectExtensions) | |
| VisualDescendantsAndSelf |
Enumerates the specified item and all it's visual descendants.
(Defined by DependencyObjectExtensions) |