Share via


RibbonControlLength.IsAbsolute Property

Gets a value that indicates whether this instance sizes elements based on a fixed pixel or logical value.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

RibbonControlLength Structure

Microsoft.Windows.Controls.Ribbon Namespace