ColumnSplitters Property

Summary

Gets the collection that contains information about the column splitters.

Syntax
C#
VB
C++
public MedicalViewerSplitterCollection<MedicalViewerSplitter> ColumnSplitters { get; } 
  
Public ReadOnly Property ColumnSplitters As MedicalViewerSplitterCollection(Of MedicalViewerSplitter) 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly