Share via


RibbonControlLength.IsStar Property

Gets a value that indicates whether this instance automatically sizes elements based on a weighted proportion of available space.

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

Syntax

'Declaration
Public ReadOnly Property IsStar As Boolean
public bool IsStar { get; }
public:
property bool IsStar {
    bool get ();
}
member IsStar : bool
function get IsStar () : boolean

Property Value

Type: System.Boolean
true if the RibbonControlLengthUnitType property is set to Star; otherwise, false.

.NET Framework Security

See Also

Reference

RibbonControlLength Structure

Microsoft.Windows.Controls.Ribbon Namespace