←Select platform

ImageVerticalAlignment Property

Summary

Gets or sets a value that indicates the vertical alignment for the image in this control.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Leadtools.Controls.ControlAlignment ImageVerticalAlignment {get; set;} 
Public Property ImageVerticalAlignment As Leadtools.Controls.ControlAlignment 
public Leadtools.Controls.ControlAlignment ImageVerticalAlignment {get; set;} 
@property (nonatomic, assign) 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

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)