Freigeben über


RibbonControlLength-Konstruktor (Double, RibbonControlLengthUnitType)

Initialisiert eine neue Instanz der RibbonControlLength-Struktur mit dem angegebenen Wert und der Längeneinheit.

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

Syntax

'Declaration
Public Sub New ( _
    value As Double, _
    type As RibbonControlLengthUnitType _
)
public RibbonControlLength(
    double value,
    RibbonControlLengthUnitType type
)
public:
RibbonControlLength(
    double value, 
    RibbonControlLengthUnitType type
)
new : 
        value:float * 
        type:RibbonControlLengthUnitType -> RibbonControlLength
public function RibbonControlLength(
    value : double, 
    type : RibbonControlLengthUnitType
)

Parameter

  • value
    Typ: System.Double
    Die angeforderte Größe des Elements.

Ausnahmen

Ausnahme Bedingung
ArgumentException

value hat den Wert Double.NaN.

– oder –

type ist Star und value ist NegativeInfinity oder PositiveInfinity.

– oder –

type ist nicht Auto, Pixel, Star oder Item.

.NET Framework-Sicherheit

Siehe auch

Referenz

RibbonControlLength Struktur

RibbonControlLength-Überladung

Microsoft.Windows.Controls.Ribbon-Namespace