Share via


TextStyle.AsNormal Method

Definition

Returns the normal style with the same size.

[Android.Runtime.Register("asNormal", "()Ljava/time/format/TextStyle;", "", ApiSince=26)]
public Java.Time.Format.TextStyle? AsNormal ();
[<Android.Runtime.Register("asNormal", "()Ljava/time/format/TextStyle;", "", ApiSince=26)>]
member this.AsNormal : unit -> Java.Time.Format.TextStyle

Returns

the normal style with the same size

Attributes

Remarks

Returns the normal style with the same size.

Java documentation for java.time.format.TextStyle.asNormal().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to