| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.CornerRadius
Field Summary | |
| bottomLeft: Number | |
| Gets or sets the radius of the bottom left corner. | |
| bottomRight: Number | |
| Gets or sets the radius of the bottom right corner. | |
| public static | CornerRadius0: CornerRadius |
| commonly used constants radius 0 | |
| public static | CornerRadius3: CornerRadius |
| commonly used constants radius 3 | |
| topLeft: Number | |
| Gets or sets the radius of the top left corner. | |
| topRight: Number | |
| Gets or sets the radius of the top right corner. | |
Constructor | |
| public | CornerRadius ( ) |
| Initializes a new instance of the CornerRadius structure. | |
Method Summary | |
| public | clone ( ): Object |
| Creates a shallow copy of the current Object | |
| var bottomLeft: Number |
| Gets or sets the radius of the bottom left corner. |
| var bottomRight: Number |
| Gets or sets the radius of the bottom right corner. |
| public static var CornerRadius0: CornerRadius |
| commonly used constants radius 0 |
| public static var CornerRadius3: CornerRadius |
| commonly used constants radius 3 |
| var topLeft: Number |
| Gets or sets the radius of the top left corner. |
| var topRight: Number |
| Gets or sets the radius of the top right corner. |
|
| Initializes a new instance of the CornerRadius structure. Create a new instance of a CornerRadius Accepts either: CornerRadius(1) Single number, all properties are set to the value " CornerRadius(1,2,3,4) Four numbers representing values tl,tr,br,bl " CornerRadius("1 2 3 4") String with 4 values representing tl,tr,br,bl CornerRadius({topLeft:1,topRight:2,bottomLeft:3,bottomRight:4}) An object with the properties topLeft,topRight,bottomRight and bottomLeft |
|
| Creates a shallow copy of the current Object |
|