←Select platform

ImageVerticalAlignment Property

Summary

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

Syntax

C#
VB
C++
public VerticalAlignment ImageVerticalAlignment { get; set; } 
  
Public Property ImageVerticalAlignment As VerticalAlignment 
public: 
property VerticalAlignment ImageVerticalAlignment { 
   VerticalAlignment get(); 
   void set (    VerticalAlignment ); 
} 

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

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

Leadtools.Windows.Controls Assembly