LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

ImageVerticalAlignment Property






Gets or sets a value that indicates the vertical alignment for the image in this control. This is a dependency property. .NET support Silverlight support
Syntax
public VerticalAlignment ImageVerticalAlignment {get; set;}
'Declaration
 
Public Property ImageVerticalAlignment As VerticalAlignment
'Usage
 
Dim instance As ImageViewer
Dim value As VerticalAlignment
 
instance.ImageVerticalAlignment = value
 
value = instance.ImageVerticalAlignment
public VerticalAlignment ImageVerticalAlignment {get; set;}
 get_ImageVerticalAlignment();
set_ImageVerticalAlignment(value);
public:
property VerticalAlignment ImageVerticalAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment value);
}

Property Value

A member of the System.Windows.VerticalAlignment enumeration specifying the vertical alignment for the image in this control. The default is VerticalAlignment.Center.
Example

For XAML example, refer to ImageHorizontalAlignment.

For C#/VB examples, refer to ImageHorizontalAlignment.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.