MindFusion.Wpf Pack Programmer's Guide
Rating Members
Constructors Fields Properties Methods
 


Provides the ability to select and display ratings in a variety of formats.

The following tables list the members exposed by the Rating type.

 Public Constructors

  Name Description

Rating

Initializes a new instance of the Rating class.

 Public Fields

  Name Description

ContentBackgroundProperty

Identifies the ContentBackground dependency property.

ContentFontSizeProperty

Identifies the ContentFontSize dependency property.

ContentFontWeightProperty

Identifies the ContentFontWeight dependency property.

ContentForegroundProperty

Identifies the ContentForeground dependency property.

ContentTextVisibilityProperty

Identifies the ContentTextVisibility dependency property.

CornerRadiusProperty

Identifies the CornerRadius dependency property.

DefaultGeometryProperty

This member is for internal use only.

EmptyGeometryProperty

This member is for internal use only.

HeaderBackgroundProperty

Identifies the HeaderBackground dependency property.

HeaderEffectProperty

Identifies the HeaderEffect dependency property.

HeaderForegroundProperty

Identifies the HeaderForeground dependency property.

HeaderHeightProperty

Identifies the HeaderHeight dependency property.

HeaderTextProperty

Identifies the HeaderText dependency property.

IsToolTipVisibleProperty

Identifies the IsToolTipVisible dependency property.

OrientationProperty

Identifies the Orientation dependency property.

OverGeometryProperty

This member is for internal use only.

PointedValueProperty

Identifies the PointedValue dependency property.

RatingModeProperty

Identifies the RatingMode dependency property.

ShapeBorderBrushProperty

Identifies the ShapeBorderBrush dependency property.

ShapeBorderThicknessProperty

Identifies the ShapeBorderThickness dependency property.

ShapeDataProperty

Identifies the ShapeData dependency property.

ShapeDefaultBackgroundProperty

Identifies the ShapeDefaultBackground dependency property.

ShapeEffectProperty

Identifies the ShapeEffect dependency property.

ShapeEmptyBackgroundProperty

Identifies the ShapeEmptyBackground dependency property.

ShapeEmptyBorderBrushProperty

Identifies the ShapeEmptyBorderBrush dependency property.

ShapeEmptyBorderThicknessProperty

Identifies the ShapeEmptyBorderThickness dependency property.

ShapeMarginProperty

Identifies the ShapeMargin dependency property.

ShapeOverBackgroundProperty

Identifies the ShapeOverBackground dependency property.

ShapeProperty

Identifies the Shape dependency property.

ShapeStretchProperty

Identifies the ShapeStretch dependency property.

ShapeValueBackgroundProperty

Identifies the ShapeValueBackground dependency property.

ShapeValueBorderBrushProperty

Identifies the ShapeValueBorderBrush dependency property.

ShapeValueBorderThicknessProperty

Identifies the ShapeValueBorderThickness dependency property.

ToolTipFormatProperty

Identifies the ToolTipFormat dependency property.

ValueGeometryProperty

This member is for internal use only.

ValueProperty

Identifies the Value dependency property.

 Public Properties

  Name Description

ContentBackground

Gets or sets the brush used to paint the content background. This is a dependency property.

ContentFontSize

Gets or sets the font size of the content text. This is a dependency property.

ContentFontWeight

Gets or sets the font weight of the content text. This is a dependency property.

ContentForeground

Gets or sets the brush used to paint the content texts. This is a dependency property.

ContentTextVisibility

Gets or sets a value indicating whether to show the content texts. This is a dependency property.

CornerRadius

Gets or sets the roundness of the control frame. This is a dependency property.

DefaultGeometry

This member is for internal use only.

EmptyGeometry

This member is for internal use only.

HeaderBackground

Gets or sets brush used to paint the header's background. This is a dependency property.

HeaderEffect

Gets or sets the effect to apply to the header. This is a dependency property.

HeaderForeground

Gets or sets brush used to paint the header. This is a dependency property.

HeaderHeight

Gets or sets the height of the control's header. This is a dependency property.

HeaderText

Gets or sets the header text of the control. This is a dependency property.

IsToolTipVisible

Gets or sets a value indicating whether to display a tooltip when the user points a rating element with the mouse. This is a dependency property.

Orientation

Gets or sets a value indicating the orientation of the elements in the control. This is a dependency property.

OverGeometry

This member is for internal use only.

PointedValue

Gets or sets the value corresponding to the current mouse position. This is a dependency property.

RatingMode

Gets or sets a value indicating how Value is represented by the control. This is a dependency property.

Shape

Gets or sets a value specifying the shape of the individual rating elements. This is a dependency property.

ShapeBorderBrush

Gets or sets the default border brushes for the rating elements. This is a dependency property.

ShapeBorderThickness

Gets or sets the default border thickness for the rating elements. This is a dependency property.

ShapeData

Gets or sets a string specifying a custom shape for the rating elements. This is a dependency property.

ShapeDefaultBackground

Gets or sets the default background brushes for the rating elements. This is a dependency property.

ShapeEffect

Gets or sets the effect to apply to the rating elements. This is a dependency property.

ShapeEmptyBackground

Gets or sets the background brushes for the empty elements. This is a dependency property.

ShapeEmptyBorderBrush

Gets or sets the border brushes for the empty rating elements. This is a dependency property.

ShapeEmptyBorderThickness

Gets or sets the default border thickness for the empty rating elements. This is a dependency property.

ShapeMargin

Gets or sets the margin of the rating elements. This is a dependency property.

ShapeOverBackground

Gets or sets the background brushes for elements pointed with the mouse. This is a dependency property.

ShapeStretch

Gets or sets a value indicating how to stretch the rating elements inside the available space. This is a dependency property.

ShapeValueBackground

Gets or sets the background brushes for the elements representing the value. This is a dependency property.

ShapeValueBorderBrush

Gets or sets the border brushes for the elements representing the value. This is a dependency property.

ShapeValueBorderThickness

Gets or sets the default border thickness for the elements representing the value. This is a dependency property.

ToolTipFormat

Gets or sets the format of the tooltip. This is a dependency property.

Value

Gets or sets the value displayed by the control. This is a dependency property.

ValueGeometry

This member is for internal use only.

 Public Methods

  Name Description

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

 See Also

Rating Class
MindFusion.UI.Wpf Namespace