-
Notifications
You must be signed in to change notification settings - Fork 1
RoundedCorners
RoundedCornersExtender (demo)
The RoundedCorners extender applies rounded corners to existing elements.
Name | Description |
---|---|
BorderColor | Color of the border |
Color | Background color of the rounded corner areas Remarks: By default, this property gets the background color of the panel that it is attached to |
Corners | The corners of the target panel that should be rounded Remarks: Possible values: * None * TopLeft * TopRight * BottomRight * BottomLeft * Top * Right * Bottom * Left * All |
Radius | Radius of the corners (and height of the added area). The default is 5 |
Name | Description |
---|---|
borderColor | A string that contains the color of the border and therefore of the rounded corners |
color | A string that contains the background color of the rounded corner areas |
corners | A Sys.Extended.UI.BoxCorners object that specifies which corners should be rounded |
radius | An integer value that specifies the radius of the corners (and the height of the added area). The default is 5 The default is 5 |
Name | Description |
---|---|
getBackgroundColor() | Returns the background color of the target element |
isCornerSet(corner) | Checks whether a flag for this corner has been set |
setCorner(corner, value) | Sets a corner as one that should be rounded |
A string that contains the background color of the rounded corner areas
Remarks: By default, this property gets the background color of the panel that it is attached to
Getter name: get_color()
Setter name: set_color(value)
An integer value that specifies the radius of the corners (and the height of the added area). The default is 5 The default is 5
Getter name: get_radius()
Setter name: set_radius(value)
A Sys.Extended.UI.BoxCorners object that specifies which corners should be rounded
Getter name: get_corners()
Setter name: set_corners(value)
A string that contains the color of the border and therefore of the rounded corners
Getter name: get_borderColor()
Setter name: set_borderColor(value)
Returns the background color of the target element
Checks whether a flag for this corner has been set
Params:
-
corner
- Type: Sys.Extended.UI.BoxCorners
- Description: Corner to check
Sets a corner as one that should be rounded
Params:
-
corner
- Type: Sys.Extended.UI.BoxCorners
- Description: Corner to set
-
value
- Type: Boolean
- Description: True to set the value, false to clear it
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
Reference v16.1.1
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout