Share via


IProvideStarLayoutInfo.StarLayoutCombinations Property

Gets a collection that contains the non-overlapping star combinations.

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

Syntax

'Declaration
ReadOnly Property StarLayoutCombinations As IEnumerable(Of StarLayoutInfo)
IEnumerable<StarLayoutInfo> StarLayoutCombinations { get; }
property IEnumerable<StarLayoutInfo^>^ StarLayoutCombinations {
    IEnumerable<StarLayoutInfo^>^ get ();
}
abstract StarLayoutCombinations : IEnumerable<StarLayoutInfo>
function get StarLayoutCombinations () : IEnumerable<StarLayoutInfo>

Property Value

Type: System.Collections.Generic.IEnumerable<StarLayoutInfo>
A collection that contains the non-overlapping star combinations.

.NET Framework Security

See Also

Reference

IProvideStarLayoutInfo Interface

Microsoft.Windows.Controls.Ribbon.Primitives Namespace