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