CALayer.Position 属性

定义

层在其 SuperLayer的坐标空间中的位置。

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

属性值

默认值为 (0,0)。 此值以相对于层 的 AnchorPoint以磅为单位指定。

属性

适用于