Class
RadShapeRating

Extends the RadRatingBase and provides additional API for working with shapes.

Definition

Constructors

RadShapeRating()

Initializes a new instance of the RadShapeRating class.

Declaration

cs-api-definition
public RadShapeRating()

Fields

ItemFillProperty

Identifies the ItemFill property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemFillProperty

Field Value

BindableProperty

ItemShapeProperty

Identifies the ItemShape property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemShapeProperty

Field Value

BindableProperty

ItemStrokeProperty

Identifies the ItemStroke property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemStrokeProperty

Field Value

BindableProperty

ItemStrokeThicknessProperty

Identifies the ItemStrokeThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty ItemStrokeThicknessProperty

Field Value

BindableProperty

SelectedItemFillProperty

Identifies the SelectedItemFill property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedItemFillProperty

Field Value

BindableProperty

SelectedItemStrokeProperty

Identifies the SelectedItemStroke property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedItemStrokeProperty

Field Value

BindableProperty

SelectedItemStrokeThicknessProperty

Identifies the SelectedItemStrokeThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty SelectedItemStrokeThicknessProperty

Field Value

BindableProperty

Properties

ItemFill

Gets or sets the color used to fill the deselected rating item(s).

Declaration

cs-api-definition
public Color ItemFill { get; set; }

Property Value

Color

The color.

ItemShape

Gets or sets path geometry of a single rating item(s).

Declaration

cs-api-definition
[TypeConverter(typeof(RatingStringToItemShapeTypeConverter))]
public RadPathGeometry ItemShape { get; set; }

Property Value

RadPathGeometry

The shape.

ItemStroke

Gets or sets the color used for stroke of the deselected rating item(s).

Declaration

cs-api-definition
public Color ItemStroke { get; set; }

Property Value

Color

The color.

ItemStrokeThickness

Gets or sets the thickness of the stroke of the selected rating item(s).

Declaration

cs-api-definition
public double ItemStrokeThickness { get; set; }

Property Value

double

The color.

SelectedItemFill

Gets or sets the color used to fill the selected rating item(s).

Declaration

cs-api-definition
public Color SelectedItemFill { get; set; }

Property Value

Color

The color.

SelectedItemStroke

Gets or sets the color used for stroke of the selected rating item(s).

Declaration

cs-api-definition
public Color SelectedItemStroke { get; set; }

Property Value

Color

The color.

SelectedItemStrokeThickness

Gets or sets the thickness of the stroke of the selected rating item(s).

Declaration

cs-api-definition
public double SelectedItemStrokeThickness { get; set; }

Property Value

double

The color.

Methods

OnParentSet()

Declaration

cs-api-definition
protected override void OnParentSet()