←Select platform

ControlAlignment Enumeration

Summary

Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum ControlAlignment
Public Enum ControlAlignment  
   Inherits System.Enum 
public enum ControlAlignment
enum LTControlAlignment
public enum ControlAlignment
Leadtools.Controls.ControlAlignment = function() { }; 
Leadtools.Controls.ControlAlignment.prototype = { 
 
  Near = 0, 
    Center = 1, 
    Far = 2, 
     
 }; 

Members

ValueMemberDescription
0Near

Left for horizontal alignment members. Top for vertical alignment members.

1Center

Center for horizontal and vertical alignment members.

2Far

Right for horizontal alignment members. Bottom for vertical alignment members.

Remarks

This enumeration is used by the following members:

Example

For an example, refer to ImageViewer.ImageHorizontalAlignment.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize