VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ReplaceColorRequestParams Class / newColor Property
Syntax Requirements SeeAlso
В этом разделе
    newColor Свойство (ReplaceColorRequestParams)
    В этом разделе
    Возвращает или устанавливает новый цвет.
    Синтаксис
    'Declaration
    
    Public Property newColor As String
    
    
    public string newColor { get; set; }
    
    
    public: __property string* get_newColor();
    public: __property void set_newColor(
    string* value
    );
    public:
    property string^ newColor { string^ get(); void set(string^ value); }

    Property Value

    Значение по умолчанию: "rgba(0,0,0,1)".
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также