UIButton.CurrentTitleColor 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 color used to display this UIButton's CurrentTitle. Read-only.
public virtual UIKit.UIColor CurrentTitleColor { [Foundation.Export("currentTitleColor", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.CurrentTitleColor : UIKit.UIColor
Property Value
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.