UIButton.CurrentTitleShadowColor Property

Definition

The color being used for this UIButton's title's shadow. Read-only.

public virtual UIKit.UIColor CurrentTitleShadowColor { [Foundation.Export("currentTitleShadowColor", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.CurrentTitleShadowColor : UIKit.UIColor

Property Value

Attributes

Remarks

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

Applies to