Class SfCollectionViewCell
Inheritance
System.Object
SfCollectionViewCell
Assembly: Syncfusion.Core.XForms.macOS.dll
public class SfCollectionViewCell : NSCollectionViewItem
Constructors
Declaration
public SfCollectionViewCell()
Declaration
public SfCollectionViewCell(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
Declaration
public SfCollectionViewCell(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
Declaration
public SfCollectionViewCell(IntPtr intptr)
Parameters
Type |
Name |
Description |
System.IntPtr |
intptr |
|
Properties
Declaration
public nfloat Alpha { get; set; }
Property Value
Declaration
public NSColor BackgroundColor { get; set; }
Property Value
Declaration
public SfView BackgroundView { get; set; }
Property Value
Declaration
public CGRect Bounds { get; set; }
Property Value
Declaration
public CGPoint Center { get; }
Property Value
Type |
CoreGraphics.CGPoint |
ContentView
Declaration
public SfView ContentView { get; }
Property Value
Declaration
public CGRect Frame { get; set; }
Property Value
Declaration
public CALayer Layer { get; set; }
Property Value
Type |
CoreAnimation.CALayer |
Declaration
public bool Opaque { get; }
Property Value
Declaration
public SfView SelectedBackgroundView { get; set; }
Property Value
Methods
Declaration
public virtual void AddGestureRecognizer(NSGestureRecognizer recognizer)
Parameters
Type |
Name |
Description |
AppKit.NSGestureRecognizer |
recognizer |
|
Declaration
public virtual void AddSubview(NSView view)
Parameters
Type |
Name |
Description |
AppKit.NSView |
view |
|
Declaration
public virtual void Draw(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
Declaration
public virtual void InsertSubview(NSView insertView, int index)
Parameters
Type |
Name |
Description |
AppKit.NSView |
insertView |
|
System.Int32 |
index |
|
Declaration
public virtual void LayoutSubviews()
Declaration
public virtual void RemoveFromSuperview()
Declaration
public void SetNeedsDisplay()
Declaration
public void SetNeedsLayout()