UserProperties.SetProperty

SetProperty(string, string)

Imposta il valore della proprietà della stringa.

public virtual object SetProperty(string key, string value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueStringIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, string[])

Imposta il valore della proprietà dell’array di stringhe.

public virtual object SetProperty(string key, string[] value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueString[]Il valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà dell’array di stringhe nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, string[] value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueString[]Il valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, Color)

Imposta il valore della proprietà del colore.

public virtual object SetProperty(string key, Color value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueColorIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà del colore nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, Color value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueColorIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, Rectangle)

Imposta il valore della proprietà del rettangolo.

public virtual object SetProperty(string key, Rectangle value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueRectangleIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà del rettangolo nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, Rectangle value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueRectangleIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, Margins)

Imposta il valore della proprietà dei margini.

public virtual object SetProperty(string key, Margins value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueMarginsIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà dei margini nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, Margins value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueMarginsIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, Size)

Imposta il valore della proprietà size.

public virtual object SetProperty(string key, Size value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueSizeIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà size nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, Size value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueSizeIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, int)

Imposta il valore della proprietà intero.

public virtual object SetProperty(string key, int value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueInt32Il valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà intero nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, int value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueInt32Il valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, double)

Imposta il valore della proprietà double.

public virtual object SetProperty(string key, double value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueDoubleIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà double nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, double value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueDoubleIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, float)

Imposta il valore della proprietà float.

public virtual object SetProperty(string key, float value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueSingleIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà float nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, float value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueSingleIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


SetProperty(string, bool)

Imposta il valore della proprietà booleana.

public virtual object SetProperty(string key, bool value)
ParametroTipoDescrizione
keyStringIl nome della proprietà.
valueBooleanIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche


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

Imposta il valore della proprietà booleana nella tabella delle proprietà specificate.

public static object SetProperty(Dictionary<string, object> properties, string key, bool value)
ParametroTipoDescrizione
propertiesDictionary`2La tabella delle proprietà.
keyStringIl nome della proprietà.
valueBooleanIl valore della proprietà.

Valore di ritorno

Una proprietà.

Guarda anche