RibbonGroupItemsPanel::StarLayoutCombinations Property

.NET Framework (current version)
 

Gets a collection of all possible star layout combinations.

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

public:
property IEnumerable<StarLayoutInfo^>^ StarLayoutCombinations {
	virtual IEnumerable<StarLayoutInfo^>^ get() sealed;
}

Property Value

Type: System.Collections.Generic::IEnumerable<StarLayoutInfo^>^

A collection of StarLayoutInfo objects representing the possible combinations.

.NET Framework
Available since 4.5
Return to top
Show: