CornerRadiusToThicknessConverter.Multiplier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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