RibbonControlLength Konstruktoren

Definition

Initialisiert eine neue Instanz der RibbonControlLength-Struktur.

Überlädt

RibbonControlLength(Double)

Initialisiert eine neue Instanz der RibbonControlLength-Struktur mit einem absoluten Wert in Pixel.

RibbonControlLength(Double, RibbonControlLengthUnitType)

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

RibbonControlLength(Double)

Initialisiert eine neue Instanz der RibbonControlLength-Struktur mit einem absoluten Wert in Pixel.

public:
 RibbonControlLength(double pixels);
public RibbonControlLength (double pixels);
new System.Windows.Controls.Ribbon.RibbonControlLength : double -> System.Windows.Controls.Ribbon.RibbonControlLength
Public Sub New (pixels As Double)

Parameter

pixels
Double

Der absolute Pixelwert, mit dem die Länge initialisiert wird.

Ausnahmen

pixels ist NaN

Gilt für:

RibbonControlLength(Double, RibbonControlLengthUnitType)

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

public:
 RibbonControlLength(double value, System::Windows::Controls::Ribbon::RibbonControlLengthUnitType type);
public RibbonControlLength (double value, System.Windows.Controls.Ribbon.RibbonControlLengthUnitType type);
new System.Windows.Controls.Ribbon.RibbonControlLength : double * System.Windows.Controls.Ribbon.RibbonControlLengthUnitType -> System.Windows.Controls.Ribbon.RibbonControlLength
Public Sub New (value As Double, type As RibbonControlLengthUnitType)

Parameter

value
Double

Die angeforderte Größe des Elements.

type
RibbonControlLengthUnitType

Der Typ, mit dem bestimmt wird, wie die Größe des Elements berechnet wird.

Ausnahmen

value ist NaN.

- oder -

type ist Star und value ist NegativeInfinity oder PositiveInfinity.

- oder -

type ist nicht Auto, Pixel, Star oder Item.

Gilt für: