| Visual Basic (Declaration) | |
|---|---|
Public Enum ImageViewerAlignMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ImageViewerAlignMode | |
| C# | |
|---|---|
public enum ImageViewerAlignMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class ImageViewerAlignMode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| 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. |
| 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. |
The WebImageViewer.HorizontalAlignMode and WebImageViewer.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code