Share via


RibbonControlLength.IsAuto Property

Gets a value that indicates whether this instance automatically sizes elements.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

RibbonControlLength Structure

Microsoft.Windows.Controls.Ribbon Namespace