RowSplitters Property

Summary

Gets the collection that contains information about the row splitters.

Syntax
C#
VB
C++
  
Public ReadOnly Property RowSplitters As MedicalViewerSplitterCollection(Of MedicalViewerSplitter) 

Property Value

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

Remarks
  • The row splitters refer to the horizontal 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 rows, refer to Rows.
  • The number of items inside this collection is equal to Rows - 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