Share via


CornerRadiusToThicknessConverter.ConversionKind Eigenschaft

Definition

Dient zum Abrufen oder Festlegen der Konvertierungsart, die auf den CornerRadiusToThicknessConverter angewendet wird.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die 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

Eigenschaftswert

Ein Enumerationswert, der die Konvertierungsart für einen CornerRadiusToThicknessConverter angibt.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: