다음을 통해 공유


OverlappedPresenter.IsResizable 속성

정의

이 창의 크기를 조정할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsResizable { bool get(); void set(bool value); };
bool IsResizable();

void IsResizable(bool value);
public bool IsResizable { get; set; }
var boolean = overlappedPresenter.isResizable;
overlappedPresenter.isResizable = boolean;
Public Property IsResizable As Boolean

속성 값

Boolean

bool

true 이 창의 크기를 조정할 수 있으면 이고, 그렇지 않으면, false;

적용 대상