CALayer.Position Property

Definition

The layer's position in the coordinate space of its SuperLayer.

public virtual CoreGraphics.CGPoint Position { [Foundation.Export("position")] get; [Foundation.Export("setPosition:")] set; }
member this.Position : CoreGraphics.CGPoint with get, set

Property Value

The default is (0,0). This value is specified in points relative to the layer's AnchorPoint.

Attributes

Applies to