Share via


PdfView.BackgroundColor Property

Definition

Gets or sets the background color for the view.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIColor BackgroundColor { [Foundation.Export("backgroundColor")] get; [Foundation.Export("setBackgroundColor:")] set; }
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSColor BackgroundColor { [Foundation.Export("backgroundColor")] get; [Foundation.Export("setBackgroundColor:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("backgroundColor")>]
[<set: Foundation.Export("setBackgroundColor:")>]
member this.BackgroundColor : UIKit.UIColor with get, set
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("backgroundColor")>]
[<set: Foundation.Export("setBackgroundColor:")>]
member this.BackgroundColor : AppKit.NSColor with get, set

Property Value

Attributes

Applies to