RibbonGroupItemsPanel.StarLayoutCombinations Property

Definition

Gets a collection of all possible star layout combinations.

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)

Property Value

A collection of StarLayoutInfo objects representing the possible combinations.

Implements

Applies to