C#
VB
WinRT C#
C++
Gets or sets the value that represents the vignette object color.
public RasterColor VignetteColor { get; set; }
Public Property VignetteColor As Leadtools.RasterColor
public Leadtools.RasterColor VignetteColor {get; set;}
get_VignetteColor();
set_VignetteColor(value);
Object.defineProperty('VignetteColor');
public:
property Leadtools.RasterColor VignetteColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
Represents the value that specifies the vignette object color.
Refer to VignnetCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET