Table of Contents

Class CoreAnimation.CAShapeLayer

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll
public class CoreAnimation.CAShapeLayer : CoreAnimation.CALayer, IDisposable
Inheritance
CoreAnimation.CAShapeLayer
Implements
Inherited Members

Constructors

CAShapeLayer()

public CAShapeLayer()

CAShapeLayer(nint)

public CAShapeLayer(nint id)

Parameters

id nint

Fields

Class

public static readonly ObjC.Class Class

Field Value

ObjC.Class

FillColorProp

public static readonly ObjC.Prop FillColorProp

Field Value

ObjC.Prop

FillRuleProp

public static readonly ObjC.Prop FillRuleProp

Field Value

ObjC.Prop

LineCapProp

public static readonly ObjC.Prop LineCapProp

Field Value

ObjC.Prop

LineJoinProp

public static readonly ObjC.Prop LineJoinProp

Field Value

ObjC.Prop

LineWidthProp

public static readonly ObjC.Prop LineWidthProp

Field Value

ObjC.Prop

MiterLimitProp

public static readonly ObjC.Prop MiterLimitProp

Field Value

ObjC.Prop

PathSel

public static readonly ObjC.Sel PathSel

Field Value

ObjC.Sel

SetFillColorSel

public static readonly ObjC.Sel SetFillColorSel

Field Value

ObjC.Sel

SetPathSel

public static readonly ObjC.Sel SetPathSel

Field Value

ObjC.Sel

StrokeColorProp

public static readonly ObjC.Prop StrokeColorProp

Field Value

ObjC.Prop

Properties

FillColor

public CoreGraphics.CGColorRef FillColor { get; set; }

Property Value

CoreGraphics.CGColorRef

FillRule

public CoreAnimation.CAShapeLayerFillRule FillRule { get; set; }

Property Value

CoreAnimation.CAShapeLayerFillRule

LineCap

public CoreAnimation.CAShapeLayerLineCap LineCap { get; set; }

Property Value

CoreAnimation.CAShapeLayerLineCap

LineJoin

public CoreAnimation.CAShapeLayerLineJoin LineJoin { get; set; }

Property Value

CoreAnimation.CAShapeLayerLineJoin

LineWidth

public NFloat LineWidth { get; set; }

Property Value

NFloat

MiterLimit

public NFloat MiterLimit { get; set; }

Property Value

NFloat

Path

public nint Path { get; set; }

Property Value

nint

StrokeColor

public CoreGraphics.CGColorRef StrokeColor { get; set; }

Property Value

CoreGraphics.CGColorRef