(Leadtools.Controls)

ImageVerticalAlignment Property

Show in webframe





Gets or sets a value that indicates the vertical alignment for the image in this control.
Syntax
public ControlAlignment ImageVerticalAlignment {get; set;}
Public Property ImageVerticalAlignment As ControlAlignment
public ControlAlignment ImageVerticalAlignment {get; set;}
@property (nonatomic) LTControlAlignment imageVerticalAlignment;
public ControlAlignment getImageVerticalAlignment()
public void setImageVerticalAlignment(ControlAlignment alignment)
            
 
get_ImageVerticalAlignment();
set_ImageVerticalAlignment(value);
Object.defineProperty('ImageVerticalAlignment');

Property Value

The vertical alignment for the image in this control. The default value is ControlAlignment.Near (left).
Remarks

Changing the value of this property will fire the PropertyChanged and TransformChanged events.

Use ImageHorizontalAlignment to set the horizontal alignment for the image in the control.

Example

For an example, 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.