UIKit.UIView.Opaque Property
Determines whether the view is opaque or not.

Syntax

[get: Foundation.Export("isOpaque")]
[set: Foundation.Export("setOpaque:")]
public virtual bool Opaque { get; set; }

Value

Remarks

If you set this value to true, you should make sure that the entire area is painted, if you do not, the behavior is undefined. You should also set the UIView.Alpha property to 1.0.

Whenever possible, you should try to set the view as opaque, as that informs UIKit that the view does not need to be composited and blended with underlying views.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0