Align the items to even distances in a column.
protected virtual void AlignColumn(
int firstItemIndex,
int lastItemIndex,
LeadRectD[] itemBounds,
double columnHeight,
double totalHeight,
ControlAlignment alignment
)
Protected Overridable Sub AlignColumn(
ByVal firstItemIndex As Integer,
ByVal lastItemIndex As Integer,
ByVal itemBounds() As LeadRectD,
ByVal columnHeight As Double,
ByVal totalHeight As Double,
ByVal alignment As ControlAlignment
)
protected:
virtual void AlignColumn(
int firstItemIndex,
int lastItemIndex,
array<LeadRectD^>^ itemBounds,
double columnHeight,
double totalHeight,
ControlAlignment^ alignment
)
firstItemIndex
Index of the first item in itemBounds to align.
lastItemIndex
Index of the last item in itemBounds to align.
itemBounds
Array of item bounds to update.
columnHeight
This column height in pixels.
totalHeight
Largest column height found in the layout.
alignment
Alignment to use.
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