AnnotationGroup.AllowAnchorMoving 属性

定义

获取或设置一个标志,该标志指定批注定位点是否可由最终用户通过鼠标进行移动。Gets or sets a flag that specifies whether an annotation anchor may be moved with a mouse by the end user.

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

属性值

Boolean

true 如果可以移动批注定位点,则为; 否则为。否则为 falsetrue if the annotation anchor may be moved; otherwise,false.

适用于