AbsoluteSizeSpan.Dip Property

Definition

Returns whether the size is in device-independent pixels or not, depending on the dip flag passed in #AbsoluteSizeSpan(int, boolean)

public virtual bool Dip { [Android.Runtime.Register("getDip", "()Z", "GetGetDipHandler")] get; }
[<get: Android.Runtime.Register("getDip", "()Z", "GetGetDipHandler")>]
member this.Dip : bool

Property Value

true if the size is in device-independent pixels, false otherwise

Attributes

Remarks

Returns whether the size is in device-independent pixels or not, depending on the dip flag passed in #AbsoluteSizeSpan(int, boolean)

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

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