public int Amount {get; set;}
             
        
            
            'Declaration
 
Public Property Amount As Integer
             
        
            
            'Usage
 
Dim instance As UnsharpMaskCommand
Dim value As Integer
 
instance.Amount = value
 
value = instance.Amount
             
        
            
            public int Amount {get; set;}
             
        
            
            
@property (nonatomic, assign) int amount;
             
        
            
            
public int getAmount()
public void setAmount(int value)
            
             
        
            
             
get_Amount();
set_Amount(value);
Object.defineProperty('Amount'); 
             
        
            
            public:
property int Amount {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
Value that represents an adjustment factor. This is a percentage.