共用方式為


IProvideStarLayoutInfo 介面

定義

提供比例分配額配置所需的資料。

public interface class IProvideStarLayoutInfo : System::Windows::Controls::Ribbon::Primitives::IProvideStarLayoutInfoBase
public interface IProvideStarLayoutInfo : System.Windows.Controls.Ribbon.Primitives.IProvideStarLayoutInfoBase
type IProvideStarLayoutInfo = interface
    interface IProvideStarLayoutInfoBase
Public Interface IProvideStarLayoutInfo
Implements IProvideStarLayoutInfoBase
衍生
實作

備註

根據預設,配置功能區的面板會使用 星形調整大小 來顯示可放入可用空間的最大可能控制項變化。 星形調整大小是一種慣例,其中可用空間會在需要佔用空間的元素之間平均分配。 名稱衍生自您在 XAML 中使用星號 (*) 來指定星號調整大小的事實。

屬性

StarLayoutCombinations

取得集合,其中包含的非重疊比例的分配額組合。

TargetElement

取得此提供者目標的 UIElement物件。

(繼承來源 IProvideStarLayoutInfoBase)

方法

OnInitializeLayout()

在測量比例分配額配置器之前呼叫。

(繼承來源 IProvideStarLayoutInfoBase)
OnStarSizeAllocationCompleted()

空間配置完成時呼叫。

適用於