UIButton.CurrentAttributedTitle 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.
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