ImageGear for .NET
Vertical Property




Gets or sets image vertical alignment mode.
Syntax
'Declaration
 
Property Vertical As ImGearAlignmentVModes
'Usage
 
Dim instance As IImGearAlignment
Dim value As ImGearAlignmentVModes
 
instance.Vertical = value
 
value = instance.Vertical
ImGearAlignmentVModes Vertical {get; set;}
__property ImGearAlignmentVModes get_Vertical();
__property void set_Vertical( 
   ImGearAlignmentVModes value
);
property ImGearAlignmentVModes Vertical {
   ImGearAlignmentVModes get();
   void set (    ImGearAlignmentVModes value);
}

Property Value

ImGearAlignmentVModes enumeration values.
See Also

Reference

IImGearAlignment Interface
IImGearAlignment Members
ImGearAlignmentVModes Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback