Share via


RibbonControlLength.Value Property

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

See Also

Reference

RibbonControlLength Structure

Microsoft.Windows.Controls.Ribbon Namespace