AnnotationGroup.AllowResizing 属性
定义
获取或设置一个标志,该标志指定批注是否可由最终用户通过鼠标调整大小。Gets or sets a flag that specifies whether an annotation may be resized with a mouse by the end user.
public:
virtual property bool AllowResizing { bool get(); void set(bool value); };
public override bool AllowResizing { get; set; }
member this.AllowResizing : bool with get, set
Public Overrides Property AllowResizing As Boolean
属性值
true 如果可以调整批注大小,则为;否则为 false 。true if the annotation may be resized; otherwise,false.