View.CanResolveTextAlignment Method

Definition

Check if text alignment resolution can be done.

[Android.Runtime.Register("canResolveTextAlignment", "()Z", "GetCanResolveTextAlignmentHandler")]
public virtual bool CanResolveTextAlignment ();
[<Android.Runtime.Register("canResolveTextAlignment", "()Z", "GetCanResolveTextAlignmentHandler")>]
abstract member CanResolveTextAlignment : unit -> bool
override this.CanResolveTextAlignment : unit -> bool

Returns

true if text alignment resolution can be done otherwise return false.

Attributes

Remarks

Check if text alignment resolution can be done.

Java documentation for android.view.View.canResolveTextAlignment().

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