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 OutColor {get; set;}
'Declaration
Public Property OutColor As RasterColor
'Usage
Dim instance As IntensityDetectCommand Dim value As RasterColor instance.OutColor = value value = instance.OutColor
public RasterColor OutColor {get; set;}
@property (nonatomic, copy) LTRasterColor *outColor
public RasterColor getOutColor() public void setOutColor(RasterColor value)
<br/>get_OutColor();<br/>set_OutColor(value);<br/>Object.defineProperty('OutColor');
public: property RasterColor OutColor { RasterColor get(); void set ( RasterColor value); }