Class DropShadowExtender

Inheritance
System.Object
DropShadowExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts), 1)]
[ClientScriptResource("AjaxControlToolkit.DropShadowBehavior", "AjaxControlToolkit.DropShadow.DropShadowBehavior.js")]
[RequiredScript(typeof(RoundedCornersExtender), 2)]
[RequiredScript(typeof(TimerScript), 3)]
public class DropShadowExtender : ExtenderControlBase, IControlResolver

Constructors

DropShadowExtender()

Declaration
public DropShadowExtender()

Properties

Opacity

Declaration
[ExtenderControlProperty]
public float Opacity { get; set; }
Property Value
Type Description
System.Single

Radius

Declaration
[ExtenderControlProperty]
public int Radius { get; set; }
Property Value
Type Description
System.Int32

Rounded

Declaration
[ExtenderControlProperty]
public bool Rounded { get; set; }
Property Value
Type Description
System.Boolean

TrackPosition

Declaration
[ExtenderControlProperty]
public bool TrackPosition { get; set; }
Property Value
Type Description
System.Boolean

Width

Declaration
[ExtenderControlProperty]
public int Width { get; set; }
Property Value
Type Description
System.Int32

Implements