Visual Basic (Declaration) | |
---|---|
Public Enum ImageViewerAlignMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ImageViewerAlignMode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum ImageViewerAlignMode : public Enum |
C++/CLI | |
---|---|
public enum class ImageViewerAlignMode : public Enum |
Member | Description |
---|---|
Near | The image is aligned near the layout. In a Horizontal layout, the near position is on the left. In a Vertical layout, the near position is at the top. |
Center | The image is aligned in the center of the layout rectangle. |
Far | The image is aligned at a distance from the origin of the layout rectangle. In a Horizontal layout, the far position is on the right. In a Vertical layout, the far position is at the bottom. |
The HorizontalAlignMode and VerticalAlignMode properties controls the horizontal and vertical alignment used when displaying the image.
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.ImageViewerAlignMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family