MKMarkerAnnotationView.SelectedGlyphImage Property

Definition

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

public virtual UIKit.UIImage SelectedGlyphImage { [Foundation.Export("selectedGlyphImage", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setSelectedGlyphImage:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.SelectedGlyphImage : UIKit.UIImage with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to