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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.