LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
LoadingTextOptions Property
See Also 
Leadtools.Dicom.Web Namespace > MedicalWebViewerLoader Class : LoadingTextOptions Property



Gets or sets the TextDrawingOptions to be used when the cell is still loading the full image.

Syntax

Visual Basic (Declaration) 
Public Property LoadingTextOptions As TextDrawingOptions
Visual Basic (Usage)Copy Code
Dim instance As MedicalWebViewerLoader
Dim value As TextDrawingOptions
 
instance.LoadingTextOptions = value
 
value = instance.LoadingTextOptions
C# 
public TextDrawingOptions LoadingTextOptions {get; set;}
C++/CLI 
public:
property TextDrawingOptions^ LoadingTextOptions {
   TextDrawingOptions^ get();
   void set (    TextDrawingOptions^ value);
}

Property Value

The TextDrawingOptions to be used when the cell is still loading the full image.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also