ImageOverlayColor Property

CVB.Net Documentation
Setting any other color than black is not possible for this overlay.

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public Color Color { get; set; }

Property Value

Type: Color
Exceptions

ExceptionCondition
NotSupportedExceptionwhen trying to set a value (inheritance dictates that a set accessor needs to be present).
See Also

Reference