Class ElementVisibility
Inheritance
System.Object
ElementVisibility
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public sealed class ElementVisibility : Enum
Properties
Gone
Invisible
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Visible
Methods
ValueOf(String)
Declaration
public static ElementVisibility ValueOf(string name)
Parameters
System.String
name
|
Returns
ElementVisibility
|