TextAppearanceSpan.TextSize Property

Definition

Returns the text size specified by this span, or -1 if it does not specify one.

public virtual int TextSize { [Android.Runtime.Register("getTextSize", "()I", "GetGetTextSizeHandler")] get; }
[<get: Android.Runtime.Register("getTextSize", "()I", "GetGetTextSizeHandler")>]
member this.TextSize : int

Property Value

Attributes

Remarks

Returns the text size specified by this span, or -1 if it does not specify one.

Java documentation for android.text.style.TextAppearanceSpan.getTextSize().

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