Class SfRating
Inheritance
System.Object
SfRating
Assembly: Syncfusion.SfRating.iOS.dll
Syntax
public class SfRating : UIView
Constructors
SfRating()
Declaration
SfRating(IntPtr)
Declaration
public SfRating(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
Properties
EnableAutoSize
Declaration
public bool EnableAutoSize { get; set; }
Property Value
EnableCustomView
Declaration
public bool EnableCustomView { get; set; }
Property Value
EnableViewRangeSelection
Declaration
public bool EnableViewRangeSelection { get; set; }
Property Value
Frame
Declaration
public override CGRect Frame { get; set; }
Property Value
ItemCount
Declaration
public nint ItemCount { get; set; }
Property Value
Items
Declaration
public NSMutableArray Items { get; set; }
Property Value
Type |
Foundation.NSMutableArray |
ItemSize
Declaration
public nfloat ItemSize { get; set; }
Property Value
ItemSpacing
Declaration
public nint ItemSpacing { get; set; }
Property Value
Orientation
Declaration
public SFRatingOrientation Orientation { get; set; }
Property Value
Precision
Declaration
public SFRatingPrecision Precision { get; set; }
Property Value
RatingSettings
Declaration
public SfRatingSettings RatingSettings { get; set; }
Property Value
Readonly
Declaration
public bool Readonly { get; set; }
Property Value
Declaration
public UIColor TooltipBackgroundColor { get; set; }
Property Value
Declaration
public SFRatingTooltipPlacement TooltipPlacement { get; set; }
Property Value
Declaration
public nfloat TooltipPrecision { get; set; }
Property Value
TooltipTextColor
Declaration
public UIColor TooltipTextColor { get; set; }
Property Value
Value
Declaration
public nfloat Value { get; set; }
Property Value
Methods
add_ValueChanged(SfRating.ValueEventHandler)
Declaration
public void add_ValueChanged(SfRating.ValueEventHandler value)
Parameters
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
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