Class SfRatingSettings
Inheritance
System.Object
SfRatingSettings
Assembly: Syncfusion.SfRating.iOS.dll
Syntax
public class SfRatingSettings : Object
Constructors
SfRatingSettings()
Declaration
public SfRatingSettings()
Properties
RatedFill
Declaration
public UIColor RatedFill { get; set; }
Property Value
RatedStroke
Declaration
public UIColor RatedStroke { get; set; }
Property Value
RatedStrokeWidth
Declaration
public nint RatedStrokeWidth { get; set; }
Property Value
UnRatedFill
Declaration
public UIColor UnRatedFill { get; set; }
Property Value
UnRatedStroke
Declaration
public UIColor UnRatedStroke { get; set; }
Property Value
UnRatedStrokeWidth
Declaration
public nint UnRatedStrokeWidth { get; set; }
Property Value
Methods
RaiseOnPropertyChanged(String)
Declaration
protected virtual void RaiseOnPropertyChanged(string propertyName = null)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |