Class RadShadowView
Inheritance
System.Object
RadShadowView
Namespace: Com.Telerik.Android.Primitives.Widget.Shadow
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class RadShadowView : FrameLayout
Constructors
RadShadowView(Context)
Declaration
public RadShadowView(Context context)
Parameters
Android.Content.Context
context
|
RadShadowView(Context, IAttributeSet)
Declaration
public RadShadowView(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
RadShadowView(IntPtr, JniHandleOwnership)
Declaration
protected RadShadowView(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CornerRadius
Declaration
public virtual float CornerRadius { get; set; }
Property Value
System.Single
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
OffsetX
Declaration
public virtual int OffsetX { get; set; }
Property Value
System.Int32
|
OffsetY
Declaration
public virtual int OffsetY { get; set; }
Property Value
System.Int32
|
ShadowAlpha
Declaration
public virtual int ShadowAlpha { get; set; }
Property Value
System.Int32
|
ShadowColor
Declaration
public virtual int ShadowColor { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ShouldDrawTextShadow(View)
Declaration
public virtual bool ShouldDrawTextShadow(View child)
Parameters
Android.Views.View
child
|
Returns
System.Boolean
|