Content - LiruJ/GuiCookie GitHub Wiki
The Content attribute determines how an element's content (images and such) are drawn.
<Content Colour="#ccffcc"/>The colour applied to the content.
See Colour.
<Content Tint="#aaa"/>The colour multiplied with the main colour to produce a final colour. This can be used to darken or lighten the main colour of a style, for instance when a button is hovered over or clicked.
<Content DropShadowOffset="5, 5" DropShadowColour="Black"/>Defines a drop shadow with an offset from the content's position and a colour.
See Vector2.