FloatProperty Constructors

Definition

Overloads

FloatProperty(String)
FloatProperty(IntPtr, JniHandleOwnership)

FloatProperty(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)]
public FloatProperty (string? name);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=24)>]
new Android.Util.FloatProperty : string -> Android.Util.FloatProperty

Parameters

name
String
Attributes

Remarks

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

FloatProperty(IntPtr, JniHandleOwnership)

protected FloatProperty (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Util.FloatProperty : nativeint * Android.Runtime.JniHandleOwnership -> Android.Util.FloatProperty

Parameters

javaReference
IntPtr

nativeint

Remarks

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