Furre.FurreColors Property

Furcadia Framework

FurreFurreColors Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Furcadia Color Code (v31c)

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public ColorString FurreColors { get; set; }
Public Property FurreColors As ColorString
	Get
	Set

Dim instance As Furre
Dim value As ColorString

value = instance.FurreColors

instance.FurreColors = value
public:
property ColorString^ FurreColors {
	ColorString^ get ();
	void set (ColorString^ value);
}
member FurreColors : ColorString with get, set

Property Value

Type: ColorString
See Also

Reference