AppWindowTitleBar.PreferredHeightOption 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성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 속성을 확인하여 클라이언트 좌표에서 새 높이 값을 가져옵니다.