Constructors
constructor
create
cloneControl
Returns Control
cloned control
createControlObservableSelector
get
getControlByName
Returns Control
control with the name
getHeight
Returns string | number
getWidth
Returns string | number
getColor
Returns string
getFontSize
Returns string | number
control font size. Can be in the form of a string "24px" or a number
getIsVisible
Returns boolean
control visibility
getIsReadonly
Returns boolean
control readonly
getIsEnabled
Returns boolean
control enabled
positioning
changeControlPadding
Returns Control
control that has changed padding
changeControlAlignment
changeControlAlignment(inputs: AlignmentDto<Control>): Control Returns Control
control that has changed alignment
set
setIsVisible
Returns Control
control with changed visibility
setIsReadonly
Returns Control
control with changed readonly
setIsEnabled
Returns Control
control with changed enabled
setHeight
Returns Control
setWidth
Returns Control
setColor
Returns Control
setFontSize
Returns Control
control with changed font size
Clone control