共用方式為


CornerRadiusToThicknessConverter.Multiplier 屬性

定義

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

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

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

屬性值

Double

double

半徑乘數的值。

屬性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用於