CornerRadiusToThicknessConverter.ConversionKind Proprietà

Definizione

Ottiene o imposta il tipo di conversione che verrà applicato all'oggetto CornerRadiusToThicknessConverter.

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

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

Valore della proprietà

Valore di enumerazione che specifica il tipo di conversione per un Oggetto CornerRadiusToThicknessConverter.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Si applica a