Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public RasterColor NewColor {get; set;}
'Declaration
Public Property NewColor As RasterColor
'Usage
Dim instance As RemoveRedEyeCommand Dim value As RasterColor instance.NewColor = value value = instance.NewColor
public RasterColor NewColor {get; set;}
<br/>get_NewColor();<br/>set_NewColor(value);<br/>Object.defineProperty('NewColor');
public: property RasterColor NewColor { RasterColor get(); void set ( RasterColor value); }