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