Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.1 KB

comboboxhelper_setkeepinteriorcornerssquare_1061768560.md

File metadata and controls

34 lines (20 loc) · 1.1 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Primitives.ComboBoxHelper.SetKeepInteriorCornersSquare(Windows.UI.Xaml.Controls.ComboBox,System.Boolean)
winrt method

Microsoft.UI.Xaml.Controls.Primitives.ComboBoxHelper.SetKeepInteriorCornersSquare(Windows.UI.Xaml.Controls.ComboBox,System.Boolean)

-description

Sets whether the interior corners of the ComboBoxHelper popup are square instead of rounded.

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

-parameters

-param comboBox

The control associated with the ComboBoxHelper.

-param value

True, if the interior corners are set to square. Otherwise, false. The default is false.

-remarks

-see-also

GetKeepInteriorCornersSquare(Microsoft.UI.Xaml.Controls.ComboBox)

-examples