Share via


PdfThumbnailView.BackgroundColor Property

Definition

Gets or sets the background color against which page thumbnails are displayed.

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

Property Value

Attributes

Applies to