public int Black {get; set;}
'Declaration
Public Property Black As Integer
'Usage
Dim instance As SelectiveColorCommandData
Dim value As Integer
instance.Black = value
value = instance.Black
public int Black {get; set;}
@property (nonatomic, assign) char black;
public int getBlack()
public void setBlack(int value)
get_Black();
set_Black(value);
Object.defineProperty('Black');
public:
property int Black {
int get();
void set ( int value);
}
Property Value
Value that specifies the percentage of black in a color. Valid values range from -100 to 100, which is interpreted as -100 to 100.