AbsoluteSizeSpan.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.