←Select platform

VignetteColor Property

Summary

Gets or sets the value that represents the vignette object color.

Syntax

C#
VB
WinRT C#
C++
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 ); 
} 

Property Value

Represents the value that specifies the vignette object color.

Example

Refer to VignnetCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly