VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / FillRectangleCommand Class / Color Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    Color Property (FillRectangleCommand)
    In This Topic
    Gets or sets the color which should be used for filling the rectangles.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(RGB24(0,0,0))>
    <DescriptionAttribute("The color which should be used for filling the rectangles.")>
    Public Property Color As Vintasoft.Imaging.ImageColors.ColorBase
    
    
    [DefaultValue(RGB24(0,0,0))]
    [Description("The color which should be used for filling the rectangles.")]
    public Vintasoft.Imaging.ImageColors.ColorBase Color { get; set; }
    
    
    [DefaultValue(RGB24(0,0,0))]
    [Description("The color which should be used for filling the rectangles.")]
    public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_Color();
    public: __property void set_Color(
    Vintasoft.Imaging.ImageColors.ColorBase* value
    );
    [DefaultValue(RGB24(0,0,0))]
    [Description("The color which should be used for filling the rectangles.")]
    public:
    property Vintasoft.Imaging.ImageColors.ColorBase^ Color { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }
    Exceptions
    ExceptionDescription
    Thrown if value is null.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also