ImageGear for .NET
AlignmentH Property (ImGearARTImage)




Gets or sets the horizontal alignment of the image.
Syntax
public ImGearAlignmentHModes AlignmentH {get; set;}
public: __property ImGearAlignmentHModes get_AlignmentH();
public: __property void set_AlignmentH( 
   ImGearAlignmentHModes value
);
public:
property ImGearAlignmentHModes AlignmentH {
   ImGearAlignmentHModes get();
   void set (    ImGearAlignmentHModes value);
}
'Declaration
 
Public Property AlignmentH As ImGearAlignmentHModes
 
'Usage
 
Dim instance As ImGearARTImage
Dim value As ImGearAlignmentHModes
 
instance.AlignmentH = value
 
value = instance.AlignmentH

Property Value

ImageGear.Display.ImGearAlignmentHModes enumeration value.
Remarks
The default value is ImGearAlignmentHModes.LEFT.
See Also

Reference

ImGearARTImage Class
ImGearARTImage Members
ImGearAlignmentHModes Enumeration

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback