Annotation.AllowResizing 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个标志,该标志指定是否允许最终用户使用鼠标调整批注的大小。
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
。