CornerRadiusToThicknessConverter.ConversionKind Property

Definition

Gets or sets the conversion kind that will be applied to the CornerRadiusToThicknessConverter.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property CornerRadiusToThicknessConverterKind ConversionKind { CornerRadiusToThicknessConverterKind get(); void set(CornerRadiusToThicknessConverterKind value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")]
CornerRadiusToThicknessConverterKind ConversionKind();

void ConversionKind(CornerRadiusToThicknessConverterKind value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")]
CornerRadiusToThicknessConverterKind ConversionKind();

void ConversionKind(CornerRadiusToThicknessConverterKind value);
public CornerRadiusToThicknessConverterKind ConversionKind { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")]
public CornerRadiusToThicknessConverterKind ConversionKind { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::CornerRadiusToThicknessConverterKind::FilterLeftAndRightFromTop")] set; }
Public Property ConversionKind As CornerRadiusToThicknessConverterKind

Property Value

An enumeration value that specifies the conversion kind for a CornerRadiusToThicknessConverter.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Applies to