BringIntoViewRequestedEventArgs 类

定义

提供 UIElement.BringIntoViewRequested 事件的数据。

public ref class BringIntoViewRequestedEventArgs sealed : RoutedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BringIntoViewRequestedEventArgs final : RoutedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BringIntoViewRequestedEventArgs : RoutedEventArgs
Public NotInheritable Class BringIntoViewRequestedEventArgs
Inherits RoutedEventArgs
继承
Object Platform::Object IInspectable RoutedEventArgs BringIntoViewRequestedEventArgs
属性

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

属性

AnimationDesired

获取或设置一个值,该值指定是否应对滚动进行动画处理。

Handled

获取或设置一个值,该值将路由事件标记为已处理。 如果值为 true,则阻止事件路由中的大多数处理程序再次处理同一事件。

HorizontalAlignmentRatio

获取请求的水平对齐比例,该比率控制 TargetRect 的垂直轴相对于视区垂直轴的对齐方式。

HorizontalOffset

获取或设置在满足请求的 HorizontalAlignmentRatio 后要添加到 TargetRect 的视区相对位置的水平距离。

OriginalSource

获取对引发事件的 对象的引用。 这通常是控件的模板部分,而不是在应用 UI 中声明的元素。

(继承自 RoutedEventArgs)
TargetElement

获取或设置在响应 事件时应可见的元素。

TargetRect

获取或设置要引入视图的 TargetElement 坐标空间中的 Rect。

VerticalAlignmentRatio

获取请求的垂直对齐比例,该比率控制 TargetRect 的水平轴相对于视区的水平轴的对齐方式。

VerticalOffset

获取或设置在满足请求的 VerticalAlignmentRatio 后要添加到 TargetRect 的视区相对位置的垂直距离。

适用于