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 RibbonControlLength structure that represents the standard automatic sizing mode.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Auto As RibbonControlLength
public static RibbonControlLength Auto { get; }
public:
static property RibbonControlLength Auto {
RibbonControlLength get ();
}
static member Auto : RibbonControlLength
static function get Auto () : RibbonControlLength
Property Value
Type: Microsoft.Windows.Controls.Ribbon.RibbonControlLength
A RibbonControlLength structure that represents the standard automatic sizing mode.
.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.