TextStyle.AsNormal 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 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.