AnnotationGroup.AllowSelecting 属性

定义

获取或设置一个标志,该标志指定批注是否可由最终用户通过鼠标进行选择。

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

属性值

Boolean

true 如果可以选择批注,则为; 否则为。否则为 false

适用于