NormalColor

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