BringIntoViewOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示在将元素引入视图时可以应用的选项。
public ref class BringIntoViewOptions sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BringIntoViewOptions final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BringIntoViewOptions
Public NotInheritable Class BringIntoViewOptions
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
注解
有关详细信息,请参阅 UIElement.StartBringIntoView 方法。
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1803 | 17134 | HorizontalAlignmentRatio |
1803 | 17134 | HorizontalOffset |
1803 | 17134 | VerticalAlignmentRatio |
1803 | 17134 | VerticalOffset |
构造函数
BringIntoViewOptions() |
初始化 BringIntoViewOptions 类的新实例。 |
属性
AnimationDesired |
获取或设置一个值,该值指示在元素进入视图时是否使用动画。 |
HorizontalAlignmentRatio |
控制 TargetRect 的垂直轴相对于视区垂直轴的位置。 该值从 0.0f 固定到 1.0f,其中 0.0f 表示左垂直边缘,1.0f 表示右垂直边缘。 默认情况下,此值设置为 0.0f。 |
HorizontalOffset |
获取或设置在满足请求的 HorizontalAlignmentRatio 后要添加到 TargetRect 的视区相对位置的水平距离。 |
TargetRect |
获取或设置要引入视图的元素的区域。 |
VerticalAlignmentRatio |
控制 TargetRect 的水平轴相对于视区的水平轴的位置。 该值从 0.0f 固定到 1.0f,其中 0.0f 表示顶部水平边缘,1.0f 表示底部水平边缘。 默认情况下,此值设置为 0.0f。 |
VerticalOffset |
获取或设置在满足请求的 VerticalAlignmentRatio 后要添加到 TargetRect 的视区相对位置的垂直距离。 |