Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.10.30
|
Leadtools.ImageProcessing.SpecialEffects Namespace > VignnetCommand Class : VignetteColor Property |
public RasterColor VignetteColor {get; set;}
'Declaration Public Property VignetteColor As RasterColor
'Usage Dim instance As VignnetCommand Dim value As RasterColor instance.VignetteColor = value value = instance.VignetteColor
public RasterColor VignetteColor {get; set;}
get_VignetteColor();
set_VignetteColor(value);
Object.defineProperty('VignetteColor');
public: property RasterColor VignetteColor { RasterColor get(); void set ( RasterColor value); }