다음을 통해 공유


Annotation.AllowResizing 속성

정의

최종 사용자가 마우스를 사용하여 주석의 크기를 조정할 수 있는지 여부를 지정하는 플래그를 가져오거나 설정합니다.

public:
 virtual property bool AllowResizing { bool get(); void set(bool value); };
public virtual bool AllowResizing { get; set; }
member this.AllowResizing : bool with get, set
Public Overridable Property AllowResizing As Boolean

속성 값

Boolean

주석의 크기를 조정할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상