alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class RadialView

    Initializes a new instance of the RadialView class.

    Inheritance
    System.Object
    RadialView
    Namespace: Syncfusion.SfRadialMenu.iOS
    Assembly: Syncfusion.SfRadialMenu.iOS.dll
    Syntax
    public class RadialView : UIView

    Constructors

    RadialView(CGRect, SfRadialMenu)

    Initializes a new instance of the RadialView class.

    Declaration
    public RadialView(CGRect frame, SfRadialMenu radialMenus)
    Parameters
    Type Name Description
    CoreGraphics.CGRect frame

    The frame.

    SfRadialMenu radialMenus

    The radial menu.

    Properties

    Frame

    Gets or sets the frame.

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

    Methods

    TouchesBegan(NSSet, UIEvent)

    Override touches began method.

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

    The touches.

    UIKit.UIEvent evt

    The event.

    TouchesEnded(NSSet, UIEvent)

    Override touches end.

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

    The touches.

    UIKit.UIEvent evt

    The event.

    TouchesMoved(NSSet, UIEvent)

    Override touches moved method.

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

    The touches.

    UIKit.UIEvent evt

    The event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved