PdfSelection.Color 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.
Gets or sets the color with which to draw the selection.
public virtual AppKit.NSColor Color { [Foundation.Export("color", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setColor:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Color : AppKit.NSColor with get, set
Property Value
This overrides both the active and inactive selection drawing colors.
This value can be null
.
- Attributes