Compartilhar via


Propriedade IProvideStarLayoutInfo.StarLayoutCombinations

Obtém uma coleção que contém as combinações de estrelas não sobrepostas.

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

Sintaxe

'Declaração
ReadOnly Property StarLayoutCombinations As IEnumerable(Of StarLayoutInfo)
    Get
IEnumerable<StarLayoutInfo> StarLayoutCombinations { get; }
property IEnumerable<StarLayoutInfo^>^ StarLayoutCombinations {
    IEnumerable<StarLayoutInfo^>^ get ();
}
abstract StarLayoutCombinations : IEnumerable<StarLayoutInfo>
function get StarLayoutCombinations () : IEnumerable<StarLayoutInfo>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<StarLayoutInfo>
Uma coleção que contém as combinações de estrelas não sobrepostas.

Segurança do .NET Framework

Consulte também

Referência

IProvideStarLayoutInfo Interface

Namespace Microsoft.Windows.Controls.Ribbon.Primitives