Prado\Web\UI\WebControls\TWizard::applyStepContentProperties PHP Method

applyStepContentProperties() protected method

Applies properties to the wizard step content
    protected function applyStepContentProperties()
    {
        if (($style = $this->getViewState('StepStyle', null)) !== null) {
            $this->_stepContent->getStyle()->mergeWith($style);
        }
    }
TWizard