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

属性值

如果可以调整批注大小,则为 true;否则,为 false

适用于