←Select platform

ColumnSplitters Property

Summary

Gets the collection that contains information about the column splitters.

Syntax

C#
VB
C++
public MedicalViewerSplitterCollection<MedicalViewerSplitter> ColumnSplitters { get; } 

Property Value

MedicalViewerSplitterCollection<MedicalViewerSplitter> that represents the collection which contains information about the column splitters.

Remarks
  • The column splitters are the vertical splitters.
  • The engine automatically updates the number of the items. Therefore, the user does not need to add or remove any item.
  • To adjust the number of columns, refer to Columns.
  • The number of items inside this collection is equal to Columns - 1.
Example

For an example, refer to MedicalViewerSplitter.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly