AbsoluteSizeSpan.Size Property

Definition

Get the text size.

public virtual int Size { [Android.Runtime.Register("getSize", "()I", "GetGetSizeHandler")] get; }
[<get: Android.Runtime.Register("getSize", "()I", "GetGetSizeHandler")>]
member this.Size : int

Property Value

the text size, either in physical pixels or device-independent pixels.

Attributes

Remarks

Get the text size. This is in physical pixels if #getDip() returns false or in device-independent pixels if #getDip() returns true.

Java documentation for android.text.style.AbsoluteSizeSpan.getSize().

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