Class RadThickness
Inheritance
System.Object
RadThickness
Namespace: Com.Telerik.Android.Common
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class RadThickness : Object
Constructors
RadThickness()
Declaration
public RadThickness()
RadThickness(Double, Double, Double, Double)
Declaration
public RadThickness(double left, double top, double right, double bottom)
Parameters
System.Double
left
|
System.Double
top
|
System.Double
right
|
System.Double
bottom
|
RadThickness(IntPtr, JniHandleOwnership)
Declaration
protected RadThickness(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
System.Double
|
Empty
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Left
Declaration
public double Left { get; set; }
Property Value
System.Double
|
Right
Declaration
public double Right { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Top
Declaration
public double Top { get; set; }
Property Value
System.Double
|
Methods
Clone()
Declaration
protected override Object Clone()
Returns
Java.Lang.Object
|