Class DropShadowExtender
Inheritance
System.Object
DropShadowExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[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
Declaration
public DropShadowExtender()
Properties
Declaration
[ExtenderControlProperty]
public float Opacity { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
[ExtenderControlProperty]
public int Radius { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public bool Rounded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public bool TrackPosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements