GraffitiBadge

Images #

About #

GraffitiBadge is a simple yet powerful addition to your UI toolkit. Display responsively-sized badges anywhere and everywhere without worrying about font sizes.

Features:

  • Automatic text sizing
  • Custom background color
  • Custom text color
  • ColorGroup support
  • Button functionality
  • Pill display mode

Enumerations #

NameValues
This class exposes no enumerations. 

Constants #

NameTypeValue
This class exposes no constants.  

Events #

DefinitionParametersReturn TypeDescription
DoublePressedNoneNoneRaised when the badge is double-clicked or double-pressed.
PressedNoneNoneRaised when the badge is clicked or pressed via touch.

Methods #

DefinitionParametersReturn TypeDescription
This class exposes no methods.   

Properties #

NameTypeDefault ValueDescription
BackgroundColorColorGroupNilColor set applied to the badge’s background.
FontStyleFontStylesFontStyles.NoneDetermines the style of font used.
IsButtonBooleanFalseWhen True, the badge will respond visually to mouse actions.
IsPillBooleanFalseWhen True, the badge displays with more rounded corners.
TextStringUntitledText to display within the badge.
TextColorColorGroupNilColor set applied to the badge’s foreground.

Examples #

This class currently has no examples.

Notes #

This class currently has no notes.