CornerRadiusFilterKind Enum

Definition

Defines constants that specify the filter type for a CornerRadiusFilterConverter instance.

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

public enum class CornerRadiusFilterKind
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class CornerRadiusFilterKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class CornerRadiusFilterKind
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Version(1)]
public enum CornerRadiusFilterKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum CornerRadiusFilterKind
Public Enum CornerRadiusFilterKind
Inheritance
CornerRadiusFilterKind
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

Fields

Bottom 3

Filters BottomLeft and BottomRight values, sets TopLeft and TopRight to 0.

BottomRightValue 6

Gets the double value of BottomRight corner.

Left 4

Filters TopLeft and BottomLeft values, sets TopRight and BottomRight to 0.

None 0

No filter applied.

Right 2

Filters TopRight and BottomRight values, sets TopLeft and BottomLeft to 0.

Top 1

Filters TopLeft and TopRight values, sets BottomLeft and BottomRight to 0.

TopLeftValue 5

Gets the double value of TopLeft corner.

Examples

See the XAML Controls Gallery sample app for examples of WinUI features and controls.

If you have the XAML Controls Gallery app installed, open the app to see the controls in action.

If you don't have the XAML Controls Gallery app installed, get the WinUI 2.x version from the Microsoft Store.

You can also view, clone, and build the XAML Controls Gallery source code from GitHub (switch to the WinUI 3 Preview branch for WinUI 3 Preview controls and features).

Applies to