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.
- type
Typ: Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType
Der Typ, mit dem bestimmt wird, wie die Größe des Elements berechnet wird.
Ausnahmen
Ausnahme | Bedingung |
---|---|
ArgumentException | value hat den Wert Double.NaN. – oder – type ist Star und value ist NegativeInfinity oder PositiveInfinity. – oder – |
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.