public RasterColor BackGroundColor {get; set;}
'Declaration
Public Property BackGroundColor As RasterColor
'Usage
Dim instance As EdgeDetectStatisticalCommand
Dim value As RasterColor
instance.BackGroundColor = value
value = instance.BackGroundColor
public RasterColor BackGroundColor {get; set;}
@property (nonatomic, copy) LTRasterColor* backGroundColor;
public RasterColor getBackGroundColor()
public void setBackGroundColor(RasterColor value)
get_BackGroundColor();
set_BackGroundColor(value);
Object.defineProperty('BackGroundColor');
public:
property RasterColor BackGroundColor {
RasterColor get();
void set ( RasterColor value);
}