TypedValue.Data Property

Definition

Basic data in the value, interpreted according to #type

[Android.Runtime.Register("data")]
public int Data { get; set; }
[<Android.Runtime.Register("data")>]
member this.Data : int with get, set

Property Value

Attributes

Remarks

Basic data in the value, interpreted according to #type

Java documentation for android.util.TypedValue.data.

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