London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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