Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfRating - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfRating

    Inheritance
    System.Object
    SfRating
    SFRating
    Namespace: Syncfusion.SfRating.iOS
    Assembly: Syncfusion.SfRating.iOS.dll
    Syntax
    public class SfRating : UIView

    Constructors

    SfRating()

    Declaration
    public SfRating()

    SfRating(IntPtr)

    Declaration
    public SfRating(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    Properties

    EnableAutoSize

    Declaration
    public bool EnableAutoSize { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCustomView

    Declaration
    public bool EnableCustomView { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableViewRangeSelection

    Declaration
    public bool EnableViewRangeSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    Frame

    Declaration
    public override CGRect Frame { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    ItemCount

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

    Items

    Declaration
    public NSMutableArray Items { get; set; }
    Property Value
    Type Description
    Foundation.NSMutableArray

    ItemSize

    Declaration
    public nfloat ItemSize { get; set; }
    Property Value
    Type Description
    System.nfloat

    ItemSpacing

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

    Orientation

    Declaration
    public SFRatingOrientation Orientation { get; set; }
    Property Value
    Type Description
    SFRatingOrientation

    Precision

    Declaration
    public SFRatingPrecision Precision { get; set; }
    Property Value
    Type Description
    SFRatingPrecision

    RatingSettings

    Declaration
    public SfRatingSettings RatingSettings { get; set; }
    Property Value
    Type Description
    SfRatingSettings

    Readonly

    Declaration
    public bool Readonly { get; set; }
    Property Value
    Type Description
    System.Boolean

    TooltipBackgroundColor

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

    TooltipPlacement

    Declaration
    public SFRatingTooltipPlacement TooltipPlacement { get; set; }
    Property Value
    Type Description
    SFRatingTooltipPlacement

    TooltipPrecision

    Declaration
    public nfloat TooltipPrecision { get; set; }
    Property Value
    Type Description
    System.nfloat

    TooltipTextColor

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

    Value

    Declaration
    public nfloat Value { get; set; }
    Property Value
    Type Description
    System.nfloat

    Methods

    add_ValueChanged(SfRating.ValueEventHandler)

    Declaration
    public void add_ValueChanged(SfRating.ValueEventHandler value)
    Parameters
    Type Name Description
    SfRating.ValueEventHandler value

    AwakeFromNib()

    Declaration
    public override void AwakeFromNib()

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    LayoutSubviews()

    Declaration
    public override void LayoutSubviews()

    remove_ValueChanged(SfRating.ValueEventHandler)

    Declaration
    public void remove_ValueChanged(SfRating.ValueEventHandler value)
    Parameters
    Type Name Description
    SfRating.ValueEventHandler value

    TouchesBegan(NSSet, UIEvent)

    Declaration
    public override void TouchesBegan(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesCancelled(NSSet, UIEvent)

    Declaration
    public override void TouchesCancelled(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesEnded(NSSet, UIEvent)

    Declaration
    public override void TouchesEnded(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    TouchesMoved(NSSet, UIEvent)

    Declaration
    public override void TouchesMoved(NSSet touches, UIEvent evt)
    Parameters
    Type Name Description
    Foundation.NSSet touches
    UIKit.UIEvent evt

    Events

    ValueChanged

    Declaration
    public event SfRating.ValueEventHandler ValueChanged
    Event Type
    Type Description
    SfRating.ValueEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved