AutoSuggestBoxHelper.GetKeepInteriorCornersSquare(AutoSuggestBox) 메서드

정의

AutoSuggestBox 컨트롤의 내부 모서리가 정사각형인지 여부를 가져옵니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 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입니다.

적용 대상