Namespace: PP
Border
The Border class is a base class of border.
PP.initClass(PP.Border, PP.Thickness, "PP.Border");
Constructor name | Brief description | |
Border | The Border constructor creates an instance of the Border class. |
Property name | Brief description | |
BottomColor | The BottomColor property sets and returns bottom border color. | |
The BottomStyle property sets and returns bottom border render style. | ||
The Color property sets and returns border color. |
||
The Enabled property determines whether the border is shown. |
||
The LeftBottomRadius property sets and returns radius of left bottom border angle rounding. | ||
The LeftColor property sets and returns left border color. | ||
The LeftStyle property sets and returns left border render style. | ||
The LeftTopRadius property sets and returns radius of top bottom border angle rounding. | ||
The Radius property sets and returns radius of border angles rounding. | ||
The RadiusEnabled property sets and returns whether rounded border is active. | ||
The RightBottomRadius property sets and returns radius of right bottom border angle rounding. | ||
The RightColor property sets and returns right border color. | ||
The RightStyle property sets and returns right border render style. | ||
The RightTopRadius property sets and returns radius of top right border angle rounding. | ||
The Style property sets and returns border render style. | ||
The TopColor property sets and returns top border color. | ||
The TopStyle property sets and returns top border render style. |
Method name | Brief description | |
setDefault | The setDefault method sets vales of default border parameters. | |
toSVGFormat | The toSVGFormat method determines border settings for the specified SVG object. |
Property name | Brief description | |
Bottom | The Bottom property sets the thickness of the bottom border. | |
Left | The Left property sets thickness of the left border. | |
Right | The Right property sets thickness of the right border. | |
Top | The Top property sets thickness of the top border. | |
Width | The Width property sets thickness of all borders. |
Method name | Brief description | |
toCSSFormat | The toCSSFormat method returns the string in the CSS format with indent settings. |
Property name | Brief description | |
The Id property determines a repository object identifier. |
Method name | Brief description | |
clone | The clone method creates an object copy. | |
dispose | The dispose method deletes the component. | |
getHashCode | The getHashCode method returns hash code of repository object. | |
getId | The getId method returns repository object identifier. | |
getSettings | The getSettings method returns repository object settings. | |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. | |
isEqual | The isEqual method determines whether the specified object is equal to the current repository object. | |
isLive | The isLive method determines validity of repository object. | |
removeAllEvents | The removeAllEvents method removes all object event handlers by the specified context. | |
setId | The setId method determines a repository object identifier. | |
setSettings | The setSettings method determines repository object settings. | |
defineProps | The defineProps method creates get and set methods from name array for the specified class. | |
keys | The keys method returns array of methods and properties names for the specified object. |