


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,
};
This enumeration is used by the following members:
For an example, refer to ImageViewer.ImageHorizontalAlignment.