TextStyle.IsStandalone Property

Definition

Returns true if the Style is a stand-alone style.

public bool IsStandalone { [Android.Runtime.Register("isStandalone", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isStandalone", "()Z", "", ApiSince=26)>]
member this.IsStandalone : bool

Property Value

true if the style is a stand-alone style.

Attributes

Remarks

Returns true if the Style is a stand-alone style.

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

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