Class RadSegmentedButton
Inheritance
System.Object
RadSegmentedButton
Namespace: Com.Telerik.Widget.Segmented
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class RadSegmentedButton : AppCompatRadioButton
Constructors
RadSegmentedButton(Context, Drawable)
Declaration
public RadSegmentedButton(Context context, Drawable buttonDrawable)
Parameters
Android.Content.Context
context
|
Android.Graphics.Drawables.Drawable
buttonDrawable
|
RadSegmentedButton(Context, Drawable, Int32, Int32)
Declaration
public RadSegmentedButton(Context context, Drawable buttonDrawable, int width, int height)
Parameters
Android.Content.Context
context
|
Android.Graphics.Drawables.Drawable
buttonDrawable
|
System.Int32
width
|
System.Int32
height
|
RadSegmentedButton(IntPtr, JniHandleOwnership)
Declaration
protected RadSegmentedButton(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
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
|