Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackgroundView - Xamarin.iOS API Reference | Syncfusion BackgroundView class. ">

    Show / Hide Table of Contents

    Class BackgroundView

    Initializes a new instance of the BackgroundView class.

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

    Constructors

    BackgroundView(CGRect, SfRadialMenu)

    Initializes a new instance of the BackgroundView class.

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

    The frame.

    SfRadialMenu radialMenus

    The radial menu.

    Properties

    Frame

    The override Frame method.

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

    Methods

    AddItems()

    The Add Items method.

    Declaration
    public void AddItems()

    AddPreviousItems()

    The add previous items.

    Declaration
    public void AddPreviousItems()

    Dispose(Boolean)

    Dispose the specified disposing.

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

    If set to true disposing.

    Draw(CGRect)

    The Override Draw method.

    Declaration
    public override void Draw(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    The rectangle.

    DrawGraph(CGContext, nfloat, nfloat)

    The Draw Graph Method.

    Declaration
    public void DrawGraph(CGContext graph, nfloat xvalue, nfloat yvalue)
    Parameters
    Type Name Description
    CoreGraphics.CGContext graph

    The graph value.

    System.nfloat xvalue

    The x value.

    System.nfloat yvalue

    The y value.

    HitTest(CGPoint, UIEvent)

    The Hit test.

    Declaration
    public override UIView HitTest(CGPoint point, UIEvent uievent)
    Parameters
    Type Name Description
    CoreGraphics.CGPoint point

    The point.

    UIKit.UIEvent uievent

    The u i event.

    Returns
    Type Description
    UIKit.UIView

    Returns a value.

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