다음을 통해 공유


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입니다.

적용 대상

추가 정보