dundas.BorderRadius Class

 

Inheritance Hierarchy

 
Class
   dundas.BorderRadius
 

Constructors

 
  Name Description
init Initializes a new instance of BorderRadius.
 
 

Properties

 
  Name Description
bottomLeft Gets or sets the bottom left radius.
bottomRight Gets or sets the bottom right radius.
topLeft Gets or sets the top left radius.
topRight Gets or sets the top right radius.
 
 

Methods

 
  Name Description
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.
stringify Returns the string representation of the instance.
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.
toSingleCss Returns the single value CSS representation of the instance - for dundas.Border display only.