| 
            
              FurreFurreColors Property 
             | 
          
        
        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 59
Syntaxpublic 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