Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
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
Value | Member | Description |
---|---|---|
0 | Near |
Left for horizontal alignment members. Top for vertical alignment members. |
1 | Center |
Center for horizontal and vertical alignment members. |
2 | Far |
Right for horizontal alignment members. Bottom for vertical alignment members. |
This enumeration is used by the following members:
For an example, refer to ImageViewer.ImageHorizontalAlignment.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET