ModelMetadata.IsReadOnly プロパティ

定義

スタイラスが逆向きかどうかを指定する値を取得または設定します。

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

プロパティ値

Boolean

モデルが読み取り専用である場合は true。それ以外の場合は false。既定値は false

適用対象