Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.07 KB

cornerradiusfilterkind.md

File metadata and controls

54 lines (30 loc) · 1.07 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.Primitives.CornerRadiusFilterKind
winrt enum

Microsoft.UI.Xaml.Controls.Primitives.CornerRadiusFilterKind

-description

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

-enum-fields

-field Bottom

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

-field Left

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

-field None

No filter applied.

-field Right

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

-field Top

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

-field BottomRightValue

Gets the double value of BottomRight corner.

-field TopLeftValue

Gets the double value of TopLeft corner.

-remarks

-see-also

-examples

Tip

For more info, design guidance, and code examples, see Corner radius.