UIView.Center 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 center of the view, in the container coordinate space.
public virtual CoreGraphics.CGPoint Center { [Foundation.Export("center")] get; [Foundation.Export("setCenter:")] set; }
member this.Center : CoreGraphics.CGPoint with get, set
Property Value
This value is measured in points, not pixels.
Implements
- Attributes
Remarks
When you update this property, this will automatically adjust corresponding Frame.