BringIntoViewRequestedEventArgs
BringIntoViewRequestedEventArgs
BringIntoViewRequestedEventArgs
BringIntoViewRequestedEventArgs
Class
Definition
Provides data for the UIElement.BringIntoViewRequested event.
public : sealed class BringIntoViewRequestedEventArgs : RoutedEventArgs
struct winrt::Windows::UI::Xaml::BringIntoViewRequestedEventArgs : RoutedEventArgs
public sealed class BringIntoViewRequestedEventArgs : RoutedEventArgs
Public NotInheritable Class BringIntoViewRequestedEventArgs Inherits RoutedEventArgs
- Inheritance
-
BringIntoViewRequestedEventArgsBringIntoViewRequestedEventArgsBringIntoViewRequestedEventArgsBringIntoViewRequestedEventArgs
- Attributes
Windows 10 requirements
Device family |
Windows 10, version 1803 (introduced v10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v6)
|
Properties
AnimationDesired AnimationDesired AnimationDesired AnimationDesired |
Gets or sets a value that specifies whether the scrolling should be animated. |
Handled Handled Handled Handled |
Gets or sets a value that marks the routed event as handled. A true value prevents most handlers along the event route from handling the same event again. |
HorizontalAlignmentRatio HorizontalAlignmentRatio HorizontalAlignmentRatio HorizontalAlignmentRatio |
Gets the requested horizontal alignment ratio which controls the alignment of the vertical axis of the TargetRect with respect to the vertical axis of the viewport. |
HorizontalOffset HorizontalOffset HorizontalOffset HorizontalOffset |
Gets or sets the horizontal distance to add to the viewport-relative position of the TargetRect after satisfying the requested HorizontalAlignmentRatio. |
OriginalSource OriginalSource OriginalSource OriginalSource |
Gets a reference to the object that raised the event. This is often a template part of a control rather than an element that was declared in your app UI. (Inherited from RoutedEventArgs) |
TargetElement TargetElement TargetElement TargetElement |
Gets or sets the element that should be made visible in response to the event. |
TargetRect TargetRect TargetRect TargetRect |
Gets or sets the Rect in the TargetElement’s coordinate space to bring into view. |
VerticalAlignmentRatio VerticalAlignmentRatio VerticalAlignmentRatio VerticalAlignmentRatio |
Gets the requested vertical alignment ratio which controls the alignment of the horizontal axis of the TargetRect with respect to the horizontal axis of the viewport. |
VerticalOffset VerticalOffset VerticalOffset VerticalOffset |
Gets or sets the vertical distance to add to the viewport-relative position of the TargetRect after satisfying the requested VerticalAlignmentRatio. |
Feedback
Loading feedback...