Share via


UITextFormattingViewControllerTextAlignmentExtensions.ToArray Method

Definition

Retrieves all the UITextFormattingViewControllerTextAlignment constants named by the flags value.

public static Foundation.NSString[] ToArray(this UIKit.UITextFormattingViewControllerTextAlignment value);
static member ToArray : UIKit.UITextFormattingViewControllerTextAlignment -> Foundation.NSString[]

Parameters

value
UITextFormattingViewControllerTextAlignment

The flags to retrieve

Returns

Remarks

Any flags that are not recognized will be ignored.

Applies to