GraffitiRating

Images #

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 #

Name Values
Styles Star
Heart
Views ButtonCaption
ButtonIconOnly
RatingBar

Constants #

Name Type Value
This class exposes no constants.

Events #

Definition Description
Resized Raised when the class has completed a resize operation.
Resizing Fired at each step of a resize operation.
ValueChange Signifies that the user has changed the value by selecting a new rating.

Methods #

Definition Description

This class exposes no methods.

Properties #

Name Type Default Value Description
BackgroundColor Color &cFFFFFF Color applied to the background behind the rating selection icons.
BorderColor Color &cC8C8C8 Color applied to the border around the control.
Caption String “” String to display in the button. Blank for rating double value.
IconBackground Color &cE1E1E1 The color displayed behind the icon in button modes.
IconBorder Color &c898989 Color applied to the border of the icons.
IconColor Color &cCCC500 Color used to draw the background color of the individual icons.
Style Styles Heart The style of the rating icon.
TextColor Color &c000000 Color applied to text in the button modes.
TextFont String System Font face applied to text.
TextSize Integer 14 Size of font face.
Value Double 0.0 Current rating value.
ValueFormat String %1 Stars Format applied to Value for display. %1 will be replaced with the double value.
View Views ButtonCaption Controls the current display mode.

Examples #

There are currently no examples for this class.