Freigeben über


CornerRadiusToThicknessConverter.Multiplier Eigenschaft

Definition

Ruft den Wert des Multiplizierers für den Radius ab oder legt diesen fest.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

public:
 property double Multiplier { double get(); void set(double value); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")]
double Multiplier();

void Multiplier(double value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")]
public double Multiplier { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")] set; }
Public Property Multiplier As Double

Eigenschaftswert

Double

double

Der Wert des Multiplizierers für den Radius.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: