the style to bind (i.e. background-color, left, top, etc.)
DecoratorCallback
Decorator to bind a specific style to a number, and optionally append a string to the value
optional string to append to the number before setting the value
//This will set the width of the div to the number in width
@BindStyleToNumber("myDiv", "width","%")
public width: number = 100;
Generated using TypeDoc
the element to bind the property to