NormalColor

C# | Visual Basic | Visual C++ |
public Texture2D ActiveBackground { get; set; }
Public Property ActiveBackground As Texture2D Get Set
public: property Texture2D^ ActiveBackground { Texture2D^ get (); void set (Texture2D^ value); }