Position Property

Summary
Gets or sets the position of the splitter.
Syntax
C#
VB
C++
public double Position { get; set; } 
  
Public Property Position As Double 
            public: 
property double Position { 
   double get(); 
   void set (    double ); 
} 

Property Value

Value that determines the position of the splitter.

Remarks
  • The value of the position must be scaled to 1.0, for an example, if the user wants the splitter to be in the middle of the viewer, then he must set the value of this property to 0.5.
  • The position valid values are from the position of the previous splitter to the position of the next splitter.
  • If this splitter is the only splitter in the Medical (either horizontally or vertically) then the allowed range is from 0.0 to 0.99.
Example

For an example, refer to MedicalViewerSplitter.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.