DynamicDrawableSpan.VerticalAlignment Property

Definition

Returns the vertical alignment of this span, one of #ALIGN_BOTTOM, #ALIGN_BASELINE or #ALIGN_CENTER.

public virtual Android.Text.Style.SpanAlign VerticalAlignment { [Android.Runtime.Register("getVerticalAlignment", "()I", "GetGetVerticalAlignmentHandler")] get; }
[<get: Android.Runtime.Register("getVerticalAlignment", "()I", "GetGetVerticalAlignmentHandler")>]
member this.VerticalAlignment : Android.Text.Style.SpanAlign

Property Value

Attributes

Remarks

Returns the vertical alignment of this span, one of #ALIGN_BOTTOM, #ALIGN_BASELINE or #ALIGN_CENTER.

Java documentation for android.text.style.DynamicDrawableSpan.getVerticalAlignment().

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