menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfCollectionViewCell - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfCollectionViewCell

    Inheritance
    System.Object
    SfCollectionViewCell
    Namespace: Syncfusion.XForms.MacOS.Core
    Assembly: Syncfusion.Core.XForms.macOS.dll
    Syntax
    public class SfCollectionViewCell : NSCollectionViewItem

    Constructors

    SfCollectionViewCell()

    Declaration
    public SfCollectionViewCell()

    SfCollectionViewCell(CGRect)

    Declaration
    public SfCollectionViewCell(CGRect rect)
    Parameters
    Type Name Description
    CoreGraphics.CGRect rect

    SfCollectionViewCell(NSCoder)

    Declaration
    public SfCollectionViewCell(NSCoder coder)
    Parameters
    Type Name Description
    Foundation.NSCoder coder

    SfCollectionViewCell(IntPtr)

    Declaration
    public SfCollectionViewCell(IntPtr intptr)
    Parameters
    Type Name Description
    System.IntPtr intptr

    Properties

    Alpha

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

    BackgroundColor

    Declaration
    public NSColor BackgroundColor { get; set; }
    Property Value
    Type
    AppKit.NSColor

    BackgroundView

    Declaration
    public SfView BackgroundView { get; set; }
    Property Value
    Type
    SfView

    Bounds

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

    Center

    Declaration
    public CGPoint Center { get; }
    Property Value
    Type
    CoreGraphics.CGPoint

    ContentView

    Declaration
    public SfView ContentView { get; }
    Property Value
    Type
    SfView

    Frame

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

    Layer

    Declaration
    public CALayer Layer { get; set; }
    Property Value
    Type
    CoreAnimation.CALayer

    Opaque

    Declaration
    public bool Opaque { get; }
    Property Value
    Type
    System.Boolean

    SelectedBackgroundView

    Declaration
    public SfView SelectedBackgroundView { get; set; }
    Property Value
    Type
    SfView

    Methods

    AddGestureRecognizer(NSGestureRecognizer)

    Declaration
    public virtual void AddGestureRecognizer(NSGestureRecognizer recognizer)
    Parameters
    Type Name Description
    AppKit.NSGestureRecognizer recognizer

    AddSubview(NSView)

    Declaration
    public virtual void AddSubview(NSView view)
    Parameters
    Type Name Description
    AppKit.NSView view

    Draw(CGRect)

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

    InsertSubview(NSView, Int32)

    Declaration
    public virtual void InsertSubview(NSView insertView, int index)
    Parameters
    Type Name Description
    AppKit.NSView insertView
    System.Int32 index

    LayoutSubviews()

    Declaration
    public virtual void LayoutSubviews()

    RemoveFromSuperview()

    Declaration
    public virtual void RemoveFromSuperview()

    SetNeedsDisplay()

    Declaration
    public void SetNeedsDisplay()

    SetNeedsLayout()

    Declaration
    public void SetNeedsLayout()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved