VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.UI.UIElements Namespace / WebUiButtonWithColorPickerJS type / setButtonColor Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    setButtonColor Метод
    В этом разделе
    Задает цвет кнопки.
    Синтаксис
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiButtonWithColorPickerJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var cssColor; // Type: string
    
    value = instance.setButtonColor(cssColor);
    
    
    function setButtonColor(
    cssColor
    CSS-цвет.
    : string
    ) : any;

    Parameters

    cssColor
    CSS-цвет.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также