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