다음을 통해 공유


ParentControlDesigner.DrawGrid 속성

정의

이 디자이너의 컨트롤에 그리드를 그릴지 여부를 나타내는 값을 가져오거나 설정합니다.

protected:
 virtual property bool DrawGrid { bool get(); void set(bool value); };
protected virtual bool DrawGrid { get; set; }
member this.DrawGrid : bool with get, set
Protected Overridable Property DrawGrid As Boolean

속성 값

true디자이너의 컨트롤에 그리드를 그려야 하면 이고, 그렇지 않으면 . false

적용 대상

추가 정보