Skip to content

Instantly share code, notes, and snippets.

@gNikro
Created October 5, 2015 23:34
Show Gist options
  • Save gNikro/b067742f3e81ed76f116 to your computer and use it in GitHub Desktop.
Save gNikro/b067742f3e81ed76f116 to your computer and use it in GitHub Desktop.
override protected function buildStyleSheet():void
{
super.buildStyleSheet();
addStyleSheet("normal", "normalPattern");
addStyleSheet("selected", "selectedPattern");
addStyleSheet("textSize", "textSize");
addStyleSheet("font", "font");
addStyleSheet("textColor", "textColor");
addStyleSheet("textAlign", "textAlign");
addStyleSheet("width", "width");
addStyleSheet("height", "height");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment