IProvideStarLayoutInfoBase 接口

定义

提供星型布局所需的数据。

public interface class IProvideStarLayoutInfoBase
public interface IProvideStarLayoutInfoBase
type IProvideStarLayoutInfoBase = interface
Public Interface IProvideStarLayoutInfoBase
派生

注解

默认情况下,设置功能区布局的面板使用 星形调整 来显示最大可能控件变体,这些变体适合可用空间。 星形调整是一种约定,其中可用空间在需要占用空间的元素之间均匀划分。 该名称派生自使用 XAML 中的星号 (*) 指定星号大小的事实。

属性

TargetElement

获取 UIElement 对象,此提供程序以其为目标。

方法

OnInitializeLayout()

在测量 Star 分配器之前调用。

适用于