(Leadtools.Controls)

ControlAlignment Enumeration

Show in webframe





Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
Syntax
public enum ControlAlignment : System.Enum 
Public Enum ControlAlignment 
   Inherits System.Enum
public enum ControlAlignment : System.Enum 
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
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.