UIButton.UIButtonAppearance.SetTitleShadowColor Method

Definition

Sets the color of the title's shadow for the specified state.

[Foundation.Export("setTitleShadowColor:forState:")]
public virtual void SetTitleShadowColor (UIKit.UIColor color, UIKit.UIControlState forState);
abstract member SetTitleShadowColor : UIKit.UIColor * UIKit.UIControlState -> unit
override this.SetTitleShadowColor : UIKit.UIColor * UIKit.UIControlState -> unit

Parameters

color
UIColor
forState
UIControlState
Attributes

Applies to