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.
|
Android.
|
Properties
BackgroundColor
Declaration
public virtual int BackgroundColor { get; set; }
Property Value
System.
|
BorderColor
Declaration
public virtual int BorderColor { get; set; }
Property Value
System.
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|
Methods
SetBorderWidth(Int32, Int32, Int32, Int32)
Declaration
public virtual void SetBorderWidth(int borderLeftWidth, int borderTopWidth, int borderRightWidth, int borderBottomWidth)
Parameters
System.
|
System.
|
System.
|
System.
|
SetCornerRadius(Int32, Int32, Int32, Int32)
Declaration
public virtual void SetCornerRadius(int borderTopLeftRadius, int borderTopRightRadius, int borderBottomRightRadius, int borderBottomLeftRadius)
Parameters
System.
|
System.
|
System.
|
System.
|