Indicates where an element should be displayed on the horizontal axis relative to the allocated layout slot of the parent element.
public enum ControlAlignment
typedef NS_ENUM(NSInteger, LTControlAlignment) {
LTControlAlignmentNear = 0,
LTControlAlignmentCenter = 1,
LTControlAlignmentFar = 2,
};
public enum class ControlAlignment sealed
0 |
Near |
(0) Left for horizontal alignment members. Top for vertical alignment members.
|
1 |
Center |
(1) Center for horizontal and vertical alignment members.
|
2 |
Far |
(2) Right for horizontal alignment members. Bottom for vertical alignment members.
|
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document