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 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
- 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.