NumericShaper.IsContextual Property

Definition

Returns a boolean indicating whether or not this shaper shapes contextually.

public bool IsContextual { [Android.Runtime.Register("isContextual", "()Z", "")] get; }
[<get: Android.Runtime.Register("isContextual", "()Z", "")>]
member this.IsContextual : bool

Property Value

true if this shaper is contextual; false otherwise.

Attributes

Remarks

Returns a boolean indicating whether or not this shaper shapes contextually.

Java documentation for java.awt.font.NumericShaper.isContextual().

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