UIView.Superview 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.
public virtual UIKit.UIView Superview { [Foundation.Export("superview")] get; }
member this.Superview : UIKit.UIView
Property Value
The default value is null
.
- Attributes
Remarks
This value may be null
, indicating that the UIView is not contained within another UIView's view hierarchy.