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 the absolute value of the RibbonControlLength in pixels or logical units.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Double
public double Value { get; }
public:
property double Value {
double get ();
}
member Value : float
function get Value () : double
Property Value
Type: System.Double
The absolute value of the RibbonControlLength in pixels or logical units, or 1.0 if the RibbonControlLengthUnitType property is set to Auto.
.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.