UIButton.CurrentAttributedTitle Property

Definition

The title currently being displayed by this UIButton, with attributes. Read-only.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSAttributedString CurrentAttributedTitle { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("currentAttributedTitle", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.CurrentAttributedTitle : Foundation.NSAttributedString

Property Value

Null if it is not set.

Attributes

Applies to