Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.