A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class RoundedCornersExtender

Inheritance
System.Object
RoundedCornersExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.RoundedCornersBehavior", "AjaxControlToolkit.RoundedCorners.RoundedCornersBehavior.js")]
public class RoundedCornersExtender : ExtenderControlBase, IControlResolver

Constructors

RoundedCornersExtender()

Declaration
public RoundedCornersExtender()

Properties

BorderColor

Declaration
[ExtenderControlProperty]
public Color BorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color

Color

Declaration
[ExtenderControlProperty]
public Color Color { get; set; }
Property Value
Type Description
System.Drawing.Color

Corners

Declaration
[ExtenderControlProperty]
public BoxCorners Corners { get; set; }
Property Value
Type Description
BoxCorners

Radius

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

Implements