共用方式為


CornerRadiusToThicknessConverter.Multiplier 屬性

定義

取得或設定半徑乘數的值。

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

屬性值

Double

double

半徑乘數的值。

屬性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用於