Share via


MKMarkerAnnotationView.SelectedGlyphImage Property

Definition

Gets or sets the image to display when the marker is selected.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage? SelectedGlyphImage { [Foundation.Export("selectedGlyphImage", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedGlyphImage:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSImage? SelectedGlyphImage { [Foundation.Export("selectedGlyphImage", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedGlyphImage:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedGlyphImage", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSelectedGlyphImage:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SelectedGlyphImage : UIKit.UIImage with get, set
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("selectedGlyphImage", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setSelectedGlyphImage:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.SelectedGlyphImage : AppKit.NSImage with get, set

Property Value

Attributes

Applies to