次の方法で共有


RibbonGroupItemsPanel.StarLayoutCombinations プロパティ

定義

すべての有効なスター レイアウトの組み合わせのコレクションを取得します。

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Controls::Ribbon::Primitives::StarLayoutInfo ^> ^ StarLayoutCombinations { System::Collections::Generic::IEnumerable<System::Windows::Controls::Ribbon::Primitives::StarLayoutInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Controls.Ribbon.Primitives.StarLayoutInfo> StarLayoutCombinations { get; }
member this.StarLayoutCombinations : seq<System.Windows.Controls.Ribbon.Primitives.StarLayoutInfo>
Public ReadOnly Property StarLayoutCombinations As IEnumerable(Of StarLayoutInfo)

プロパティ値

IEnumerable<StarLayoutInfo>

可能な組み合わせを表す StarLayoutInfo オブジェクトのコレクション。

実装

適用対象