VintaSoft Imaging .NET SDK 15.1: 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

<DescriptionAttribute("The color which should be used for filling the rectangles.")>
<DefaultValueAttribute(RGB24(0,0,0))>
Public Property Color As Vintasoft.Imaging.ImageColors.ColorBase

[Description("The color which should be used for filling the rectangles.")]
[DefaultValue(RGB24(0,0,0))]
public Vintasoft.Imaging.ImageColors.ColorBase Color { get; set; }

Exceptions
ExceptionDescription
Thrown if value is null.
Requirements

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

See Also