Class RadShadow
Inherited Members
Namespace: Telerik.XamarinForms.Primitives
Assembly: Telerik.XamarinForms.Primitives.dll
Syntax
public class RadShadow : RadContentView
Constructors
RadShadow()
Declaration
public RadShadow()
Fields
BlurRadiusProperty
Identifies the BlurRadius property.
Declaration
public static readonly BindableProperty BlurRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
ColorProperty
Identifies the Color property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
CornerRadiusProperty
Identifies the CornerRadius property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Xamarin.Forms.BindableProperty
|
OffsetXProperty
Identifies the OffsetX property.
Declaration
public static readonly BindableProperty OffsetXProperty
Field Value
Xamarin.Forms.BindableProperty
|
OffsetYProperty
Identifies the OffsetY property.
Declaration
public static readonly BindableProperty OffsetYProperty
Field Value
Xamarin.Forms.BindableProperty
|
ShadowOpacityProperty
Identifies the ShadowOpacity property.
Declaration
public static readonly BindableProperty ShadowOpacityProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
BlurRadius
Gets or sets the blur radius of the shadow.
Declaration
public double BlurRadius { get; set; }
Property Value
System.Double
|
Color
Gets or sets the color of the shadow.
Declaration
public Color Color { get; set; }
Property Value
Xamarin.Forms.Color
|
CornerRadius
Gets or sets the blur radius of the shadow.
Declaration
public double CornerRadius { get; set; }
Property Value
System.Double
|
OffsetX
Gets or sets the X offset of the shadow from its content.
Declaration
public double OffsetX { get; set; }
Property Value
System.Double
|
OffsetY
Gets or sets the Y offset of the shadow from its content.
Declaration
public double OffsetY { get; set; }
Property Value
System.Double
|
ShadowOpacity
Gets or sets the opacity of the shadow.
Declaration
public double ShadowOpacity { get; set; }
Property Value
System.Double
|