CornerRadiusToThicknessConverter.ConversionKind 属性

定义

获取或设置将应用于 CornerRadiusToThicknessConverter 的转换类型。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

属性值

一个枚举值,该值指定 CornerRadiusToThicknessConverter 的转换类型。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

适用于