alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfRatingSettings

    Inheritance
    System.Object
    SfRatingSettings
    SFRatingSettings
    Namespace: Syncfusion.SfRating.iOS
    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
    Type
    UIKit.UIColor

    RatedStroke

    Declaration
    public UIColor RatedStroke { get; set; }
    Property Value
    Type
    UIKit.UIColor

    RatedStrokeWidth

    Declaration
    public nint RatedStrokeWidth { get; set; }
    Property Value
    Type
    System.nint

    UnRatedFill

    Declaration
    public UIColor UnRatedFill { get; set; }
    Property Value
    Type
    UIKit.UIColor

    UnRatedStroke

    Declaration
    public UIColor UnRatedStroke { get; set; }
    Property Value
    Type
    UIKit.UIColor

    UnRatedStrokeWidth

    Declaration
    public nint UnRatedStrokeWidth { get; set; }
    Property Value
    Type
    System.nint

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved