Метод | Описание | |
---|---|---|
Clone ( ) : object | ||
ColorProperty ( string name, Color value ) : System |
Creates a new NumberProperty instance from a given name and value.
|
|
ColorProperty ( string name, |
||
Parse ( string value ) : void | ||
ToString ( ) : string |
Returns the property's value as a String.
|
public ColorProperty ( string name, Color value ) : System | ||
name | string | The name of the property. |
value | Color | The value of the property. |
Результат | System |
public ColorProperty ( string name, |
||
name | string | |
property | ||
Результат | System |