共用方式為


AutoSuggestBoxHelper.GetKeepInteriorCornersSquare(AutoSuggestBox) 方法

定義

取得 AutoSuggestBox 控制項的內部角落是否為正方形。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 static bool GetKeepInteriorCornersSquare(AutoSuggestBox ^ autoSuggestBox);
 static bool GetKeepInteriorCornersSquare(AutoSuggestBox const& autoSuggestBox);
public static bool GetKeepInteriorCornersSquare(AutoSuggestBox autoSuggestBox);
Public Shared Function GetKeepInteriorCornersSquare (autoSuggestBox As AutoSuggestBox) As Boolean

參數

autoSuggestBox
AutoSuggestBox

AutoSuggestBox 控制項。

傳回

Boolean

bool

如果角落是正方形,則為 True。 否則為 false。

適用於