UISegmentedControl.GetTitleTextAttributes(UIControlState) Method
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.
Returns the current rendering text attributes for the requested state.
public UIKit.UITextAttributes GetTitleTextAttributes (UIKit.UIControlState state);
member this.GetTitleTextAttributes : UIKit.UIControlState -> UIKit.UITextAttributes
Parameters
- state
- UIControlState
The state that you want to retrieve the rendering text attributes from.
Returns
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.