Partilhar via


Propriedade RibbonGroupItemsPanel.StarLayoutCombinations

Obtém uma coleção de todas as combinações de layout de estrela possíveis.

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<StarLayoutInfo>
Uma coleção de StarLayoutInfo objetos que representam as combinações possíveis.

Implementações

IProvideStarLayoutInfo.StarLayoutCombinations

Segurança do .NET Framework

Consulte também

Referência

RibbonGroupItemsPanel Classe

Namespace Microsoft.Windows.Controls.Ribbon.Primitives