CornerRadiusToThicknessConverter.Multiplier Property

Definition

Gets or sets the value of the multiplier for the radius.

public:
 property double Multiplier { double get(); void set(double value); };
/// [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")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")]
double Multiplier();

void Multiplier(double value);
public double Multiplier { [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")]
public double Multiplier { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="1.0f")] set; }
var double = cornerRadiusToThicknessConverter.multiplier;
cornerRadiusToThicknessConverter.multiplier = double;
Public Property Multiplier As Double

Property Value

Double

double

The value of the multiplier for the radius.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to