GraffitiRating

Preview #

About #

GraffitiRating is an animated rating display or prompt control for easily providing your users with a way to review from within your application.

Enumerations #

NameValues
StylesStar
Heart
ViewsButtonCaption
ButtonIconOnly
RatingBar

Constants #

NameTypeValue
  This class exposes no constants.

Events #

DefinitionDescription
ResizedRaised when the class has completed a resize operation.
ResizingFired at each step of a resize operation.
ValueChangedSignifies that the user has changed the value by selecting a new rating.

Methods #

DefinitionDescription

This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
BackgroundColorColorGroupNilColor applied to the background behind the rating selection icons.
BorderColorColorGroupNilColor applied to the border around the control.
CaptionString“”String to display in the button. Blank for rating double value.
IconBackgroundColorGroupNilThe color displayed behind the icon in button modes.
IconBorderColorGroupNilColor applied to the border of the icons.
IconColorColorGroupNilColor used to draw the background color of the individual icons.
StyleStylesHeartThe style of the rating icon.
TextColorColorGroupNilColor applied to text in the button modes.
TextFontStringSystemFont face applied to text.
TextSizeInteger14Size of font face.
ValueDouble0.0Current rating value.
ValueFormatString%1 StarsFormat applied to Value for display. %1 will be replaced with the double value.
ViewViewsButtonCaptionControls the current display mode.

Examples #

There are currently no examples for this class.