Class RadBorder
Inheritance
System.Object
RadBorder
Namespace: Com.Telerik.Android.Primitives.Widget.Border
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class RadBorder : FrameLayout
Constructors
RadBorder(Context)
Declaration
public RadBorder(Context context)
Parameters
Android.Content.Context
context
|
RadBorder(IntPtr, JniHandleOwnership)
Declaration
protected RadBorder(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
|
Methods
SetBorderColor(Int32)
Declaration
public virtual void SetBorderColor(int color)
Parameters
System.Int32
color
|
SetBorderWidth(Int32)
Declaration
public virtual void SetBorderWidth(int borderWidth)
Parameters
System.Int32
borderWidth
|
SetBorderWidth(Int32, Int32, Int32, Int32)
Declaration
public virtual void SetBorderWidth(int borderLeftWidth, int borderTopWidth, int borderRightWidth, int borderBottomWidth)
Parameters
System.Int32
borderLeftWidth
|
System.Int32
borderTopWidth
|
System.Int32
borderRightWidth
|
System.Int32
borderBottomWidth
|
SetDrawableColor(Int32)
Declaration
public virtual void SetDrawableColor(int color)
Parameters
System.Int32
color
|