Поделиться через


RibbonGroupItemsPanel.StarLayoutCombinations - свойство

Получает коллекцию всех возможных сочетаний макетов "со звездочкой".

Пространство имен:  Microsoft.Windows.Controls.Ribbon.Primitives
Сборка:  RibbonControlsLibrary (в RibbonControlsLibrary.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<StarLayoutInfo>
Коллекция объектов StarLayoutInfo, представляющих возможные сочетания.

Реализации

IProvideStarLayoutInfo.StarLayoutCombinations

Безопасность платформы .NET Framework

См. также

Ссылки

RibbonGroupItemsPanel Класс

Microsoft.Windows.Controls.Ribbon.Primitives - пространство имен