|
ColorStringTrousers Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Trousers color
Namespace:
Furcadia.Movement
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public Base220 Trousers { get; set; }
Public Property Trousers As Base220
Get
Set
Dim instance As ColorString
Dim value As Base220
value = instance.Trousers
instance.Trousers = value
public:
property Base220^ Trousers {
Base220^ get ();
void set (Base220^ value);
}
member Trousers : Base220 with get, set
Property Value
Type:
Base220See Also