public bool Horizontal {get; set;}
             
        
            
            'Declaration
 
Public Property Horizontal As Boolean
             
        
            
            'Usage
 
Dim instance As FlipCommand
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal
             
        
            
            public bool Horizontal {get; set;}
             
        
            
            
@property (nonatomic, assign) BOOL horizontal;
             
        
            
            
public boolean getHorizontal()
public void setHorizontal(boolean value)
            
             
        
            
             
get_Horizontal();
set_Horizontal(value);
Object.defineProperty('Horizontal'); 
             
        
            
            public:
property bool Horizontal {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).