PointerIcon.TypeAlias Field
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.
Caution
This constant will be removed in the future version. Use Android.Views.PointerIconType enum directly instead of this field.
Type constant: alias (indicating an alias of/shortcut to something is to be created.
[Android.Runtime.Register("TYPE_ALIAS", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.PointerIconType enum directly instead of this field.", true)]
public const Android.Views.PointerIconType TypeAlias = 1010;
[<Android.Runtime.Register("TYPE_ALIAS", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.PointerIconType enum directly instead of this field.", true)>]
val mutable TypeAlias : Android.Views.PointerIconType
Field Value
Value = 1010Implements
- Attributes
Remarks
Type constant: alias (indicating an alias of/shortcut to something is to be created.
Java documentation for android.view.PointerIcon.TYPE_ALIAS
.
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.