C# Class Treefrog.Framework.Model.ColorProperty

Inheritance: Property
Show file Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
ColorProperty ( string name, Color value ) : System

Creates a new NumberProperty instance from a given name and value.

ColorProperty ( string name, ColorProperty property ) : System
Parse ( string value ) : void
ToString ( ) : string

Returns the property's value as a String.

Method Details

Clone() public method

public Clone ( ) : object
return object

ColorProperty() public method

Creates a new NumberProperty instance from a given name and value.
public ColorProperty ( string name, Color value ) : System
name string The name of the property.
value Color The value of the property.
return System

ColorProperty() public method

public ColorProperty ( string name, ColorProperty property ) : System
name string
property ColorProperty
return System

Parse() public method

public Parse ( string value ) : void
value string
return void

ToString() public method

Returns the property's value as a String.
public ToString ( ) : string
return string