CornerRadiusToThicknessConverter.ConversionKind Property

Definition

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

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; }
var cornerRadiusToThicknessConverterKind = cornerRadiusToThicknessConverter.conversionKind;
cornerRadiusToThicknessConverter.conversionKind = cornerRadiusToThicknessConverterKind;
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