| 
            
              FurrePose Property 
             | 
          
        
        This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
            Furre Pose
            
 
    Namespace: 
   Furcadia.Net.DreamInfo
    Assembly:
   FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntaxpublic AvatarFurrePose Pose { get; set; }Public Property Pose As AvatarFurrePose
	Get
	Set
Dim instance As Furre
Dim value As AvatarFurrePose
value = instance.Pose
instance.Pose = value
public:
property AvatarFurrePose Pose {
	AvatarFurrePose get ();
	void set (AvatarFurrePose value);
}member Pose : AvatarFurrePose with get, set
Property Value
Type: 
AvatarFurrePose
See Also