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

適用於