Share via


OverlappedPresenter.HasBorder 속성

정의

이 창에 테두리가 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasBorder { bool get(); };
bool HasBorder();
public bool HasBorder { get; }
var boolean = overlappedPresenter.hasBorder;
Public ReadOnly Property HasBorder As Boolean

속성 값

Boolean

bool

true 이 창에 테두리가 있으면 이고, 그렇지 않으면, false;

적용 대상