다음을 통해 공유


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 개체의 컬렉션입니다.

구현

적용 대상