Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Web.Controls Namespace > WebImagePanViewer Class : VerticalAlignMode Property |
[DescriptionAttribute("Determines how to display the vertically image in the control's client area.")] [CategoryAttribute("Appearance")] public ImageViewerAlignMode VerticalAlignMode {get; set;}
'Declaration <DescriptionAttribute("Determines how to display the vertically image in the control's client area.")> <CategoryAttribute("Appearance")> Public Property VerticalAlignMode As ImageViewerAlignMode
'Usage Dim instance As WebImagePanViewer Dim value As ImageViewerAlignMode instance.VerticalAlignMode = value value = instance.VerticalAlignMode
[DescriptionAttribute("Determines how to display the vertically image in the control's client area.")] [CategoryAttribute("Appearance")] public: property ImageViewerAlignMode VerticalAlignMode { ImageViewerAlignMode get(); void set ( ImageViewerAlignMode value); }