Class BorderDrawable
Inheritance
System.Object
BorderDrawable
Namespace: Com.Telerik.Android.Primitives.Widget.Border
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class BorderDrawable : ColorDrawable
Constructors
BorderDrawable()
Declaration
public BorderDrawable()
BorderDrawable(IntPtr, JniHandleOwnership)
Declaration
protected BorderDrawable(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
BackgroundColor
Declaration
public virtual int BackgroundColor { get; set; }
Property Value
System.Int32
|
BorderColor
Declaration
public virtual int BorderColor { get; set; }
Property Value
System.Int32
|
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
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
|
SetCornerRadius(Int32, Int32, Int32, Int32)
Declaration
public virtual void SetCornerRadius(int borderTopLeftRadius, int borderTopRightRadius, int borderBottomRightRadius, int borderBottomLeftRadius)
Parameters
System.Int32
borderTopLeftRadius
|
System.Int32
borderTopRightRadius
|
System.Int32
borderBottomRightRadius
|
System.Int32
borderBottomLeftRadius
|