CALayer.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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