RatingContextButton Properties
A context item that allows an end-user to rate the content using the grading scale.Name | Description |
---|---|
Alignment | Gets or sets the current item’s alignment relative to the owner control. This property is obsolete, use ContextItem.AlignmentOptions instead. Inherited from ContextItem. |
AlignmentOptions | Provides access to options that specify the panel in which the item is displayed, and its position in the panel. Inherited from ContextItem. |
AllowGlyphSkinning | Gets or sets whether the current item’s glyph is painted using the foreground color. Inherited from ContextItem. |
AnchorAlignment | Gets or sets the alignment of the current item relative to the anchor element. Inherited from ContextItem. |
AnchorElement | Gets or sets an item (anchor element) relative to which the current item is aligned. Inherited from ContextItem. |
AnchorElementId | Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned. Inherited from ContextItem. |
AnchorIndent | Gets or sets the indent between the current item and the anchor element. Inherited from ContextItem. |
AnchorOffset | Gets or sets the translation of the current item from the anchor element. Inherited from ContextItem. |
AnimationType | Gets or sets the type of the animation used to show and hide the current item. Inherited from ContextItem. |
AppearanceDisabled | Provides access to appearance settings applied to this ContextItem in the Disabled state. Inherited from ContextItem. |
AppearanceHover | Provides access to the settings used to paint the current item in the hovered state. Inherited from ContextItem. |
AppearanceNormal | Provides access to the appearance settings used to paint the current item in the normal (not hovered) state. Inherited from ContextItem. |
CheckedGlyph | Gets or sets the glyph representing checked points. |
Collection | Gets the collection to which the current item belongs. Inherited from ContextItem. |
Enabled | Gets or sets whether the current item can respond to end-user interaction. Inherited from ContextItem. |
FillPrecision | Gets or sets whether the rating can be specified with precision up to integers, integers and half-integers, or decimals. |
Glyph | Gets or sets the glyph displayed by the current item in the normal (not hovered) state. Inherited from ContextItem. |
HasCheckedGlyph | Gets whether or not this RatingContextButton has a checked point glyph assigned. |
HasGlyph | Gets whether or not this ContextItem has a glyph assigned. Inherited from ContextItem. |
HasHoverGlyph | Gets whether or not this ContextItem has a hovered state glyph assigned. Inherited from ContextItem. |
HoverGlyph | Gets or sets the glyph displayed by the current item in the hovered state. Inherited from ContextItem. |
Id | Gets or sets the current item’s unique identifier. Inherited from ContextItem. |
ImageOptions | Provides access to all properties related to the RatingContextButton grading scale glyphs. |
ImageOptionsCollection | Provides access to individual image-related property sets for every RatingContextButton visual state - Normal, Hovered, and Checked. |
ItemCount | Gets or sets the number of points in the grading scale. |
Name | Gets or sets the current item’s name. Inherited from ContextItem. |
OriginItem | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ContextItem. |
Rating | Gets or sets the rating specified by the current item. |
ShowToolTips | Gets or sets whether a tooltip is shown when the mouse pointer hovers over the button. Inherited from ContextItem. |
Size | Gets or sets the current item’s size. Inherited from ContextItem. |
SuperTip | Gets or sets a super tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem. |
Tag | Gets or sets custom data associated with the current item. Inherited from ContextItem. |
ToolTip | Gets or sets the text in a regular tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem. |
ToolTipIconType | Gets or sets the icon in a regular tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem. |
ToolTipTitle | Gets or sets the title in a regular tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem. |
Visibility | Gets or sets the item visibility. Inherited from ContextItem. |
See Also