LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

ImageVerticalAlignment Property

Show in webframe





Gets or sets a value that indicates the vertical alignment for the image in this control. This is a dependency property.
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:
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

See Also

Reference

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.