AbsoluteSizeSpan.Dip 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.
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.