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

適用対象