Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a collection of all possible star layout combinations.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public ReadOnly Property StarLayoutCombinations As IEnumerable(Of StarLayoutInfo)
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>
Property Value
Type: System.Collections.Generic.IEnumerable<StarLayoutInfo>
A collection of StarLayoutInfo objects representing the possible combinations.
Implements
IProvideStarLayoutInfo.StarLayoutCombinations
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.