Freigeben über


RibbonGroupItemsPanel.StarLayoutCombinations-Eigenschaft

Ruft eine Auflistung aller möglichen Sternlayoutkombinationen ab.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public ReadOnly Property StarLayoutCombinations As IEnumerable(Of StarLayoutInfo)
    Get
public IEnumerable<StarLayoutInfo> StarLayoutCombinations { get; }
public:
virtual property IEnumerable<StarLayoutInfo^>^ StarLayoutCombinations {
    IEnumerable<StarLayoutInfo^>^ get () sealed;
}
abstract StarLayoutCombinations : IEnumerable<StarLayoutInfo>
override StarLayoutCombinations : IEnumerable<StarLayoutInfo>
final function get StarLayoutCombinations () : IEnumerable<StarLayoutInfo>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<StarLayoutInfo>
Eine Auflistung von StarLayoutInfo-Objekten, die die möglichen Kombinationen darstellen.

Implementiert

IProvideStarLayoutInfo.StarLayoutCombinations

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonGroupItemsPanel Klasse

Microsoft.Windows.Controls.Ribbon.Primitives-Namespace