←Select platform

SagittalName Property

Summary

Gets or sets the string that will be used as overlay text for the sagittal cell.

Syntax

C#
VB
C++
public string SagittalName { get; set; } 
  
Public Property SagittalName As String 
             
            public: 
property String^ SagittalName { 
   String^ get(); 
   void set (    String^ ); 
} 
             

Property Value

A value that indicates the string that will be used as overlay text for the sagittal cell.

Remarks

This value is used when the user adds a tag call MedicalViewerTagType.MPRType to the cell. Use the method SetTag to add tag to the cell. The default value for this property is "Sagittal".

Example

For an example, refer to AxialName.

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