Android.Graphics.Drawables.RippleDrawable.ThresholdType Property
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
Syntax
protected override Type ThresholdType { get; }
Value
A Type which provides the declaring type.
Remarks
This property is used to control virtual vs. non virtual method dispatch against the underlying JNI object. When this property is equal to the declaring type, then virtual method invocation against the JNI object is performed; otherwise, we assume that the method was overridden by a derived type, and perform non-virtual methdo invocation.
Requirements
Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0