UserProperties.SetProperty

SetProperty(string, string)

文字列プロパティ値を設定します。

public virtual object SetProperty(string key, string value)
パラメータタイプ説明
keyStringプロパティの名前。
valueStringプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, string[])

文字列配列のプロパティ値を設定します。

public virtual object SetProperty(string key, string[] value)
パラメータタイプ説明
keyStringプロパティの名前。
valueString[]プロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, string[])

指定されたプロパティ テーブルに文字列配列のプロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueString[]プロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, Color)

色のプロパティ値を設定します。

public virtual object SetProperty(string key, Color value)
パラメータタイプ説明
keyStringプロパティの名前。
valueColorプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, Color)

指定されたプロパティ テーブルにカラー プロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueColorプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, Rectangle)

長方形のプロパティ値を設定します。

public virtual object SetProperty(string key, Rectangle value)
パラメータタイプ説明
keyStringプロパティの名前。
valueRectangleプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, Rectangle)

指定されたプロパティ テーブルに四角形のプロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueRectangleプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, Margins)

マージン プロパティ値を設定します。

public virtual object SetProperty(string key, Margins value)
パラメータタイプ説明
keyStringプロパティの名前。
valueMarginsプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, Margins)

指定されたプロパティ テーブルに余白プロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueMarginsプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, Size)

サイズ プロパティ値を設定します。

public virtual object SetProperty(string key, Size value)
パラメータタイプ説明
keyStringプロパティの名前。
valueSizeプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, Size)

指定されたプロパティ テーブルにサイズ プロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueSizeプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, int)

整数プロパティ値を設定します。

public virtual object SetProperty(string key, int value)
パラメータタイプ説明
keyStringプロパティの名前。
valueInt32プロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, int)

指定されたプロパティ テーブルに整数のプロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, int value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueInt32プロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, double)

double プロパティ値を設定します。

public virtual object SetProperty(string key, double value)
パラメータタイプ説明
keyStringプロパティの名前。
valueDoubleプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, double)

指定されたプロパティ テーブルに double プロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, double value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueDoubleプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, float)

float プロパティ値を設定します。

public virtual object SetProperty(string key, float value)
パラメータタイプ説明
keyStringプロパティの名前。
valueSingleプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, float)

指定されたプロパティ テーブルに float プロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, float value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueSingleプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(string, bool)

ブール値のプロパティ値を設定します。

public virtual object SetProperty(string key, bool value)
パラメータタイプ説明
keyStringプロパティの名前。
valueBooleanプロパティの値。

戻り値

プロパティ。

関連項目


SetProperty(Dictionary<string, object>, string, bool)

指定されたプロパティ テーブルにブール値のプロパティ値を設定します。

public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
パラメータタイプ説明
propertiesDictionary`2プロパティ テーブル。
keyStringプロパティの名前。
valueBooleanプロパティの値。

戻り値

プロパティ。

関連項目