다음을 통해 공유


AppWindowTitleBar.PreferredHeightOption 속성

정의

속성true이 일 때 AppWindowTitleBar.ExtendsContentIntoTitleBar 제목 표시줄의 높이 옵션을 지정하는 값을 가져오거나 설정합니다.

public:
 property TitleBarHeightOption PreferredHeightOption { TitleBarHeightOption get(); void set(TitleBarHeightOption value); };
TitleBarHeightOption PreferredHeightOption();

void PreferredHeightOption(TitleBarHeightOption value);
public TitleBarHeightOption PreferredHeightOption { get; set; }
var titleBarHeightOption = appWindowTitleBar.preferredHeightOption;
appWindowTitleBar.preferredHeightOption = titleBarHeightOption;
Public Property PreferredHeightOption As TitleBarHeightOption

속성 값

제목 표시줄의 기본 설정 높이를 나타내는 열거형의 값입니다. 기본값은 Standard입니다.

설명

이 속성을 설정한 후 Height 속성을 확인하여 클라이언트 좌표에서 새 높이 값을 가져옵니다.

적용 대상