dundas.Border Class

 

Inheritance Hierarchy

 
Class
   dundas.Border
 

Constructors

 
  Name Description
init Initializes a new instance.
 
 

Properties

 
  Name Description
color Gets or sets the color of the border.
radius Gets or sets the radius of the border.
style Gets or sets the style of the border.
width Gets or sets the width of the border.
 
 

Methods

 
  Name Description

Static
applyToElement Applies given border to given element. If element null, ignored. If border null, border will be removed from element.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getPropertyValues Gets a list of the values of all properties.

Static
parse Creates a new instance from a string.
toCss Returns the CSS representation of the instance.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns the string representation of the instance.