|
ClientOptionsColors Property
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Gets or sets the avatar colors.
Namespace:
Furcadia.Net.Options
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public ColorString Colors { get; set; }
Public Property Colors As ColorString
Get
Set
Dim instance As ClientOptions
Dim value As ColorString
value = instance.Colors
instance.Colors = value
public:
property ColorString^ Colors {
ColorString^ get ();
void set (ColorString^ value);
}
member Colors : ColorString with get, set
Property Value
Type:
ColorString
The colors.
See Also