←Select platform

DefaultAnnotationFont Property

Summary

Gets or sets the Leadtools.Annotations.Core.AnnFont class that represents the font used for the text in all the annotation objects.

Syntax

C#
VB
C++
public AnnFont DefaultAnnotationFont { get; set; } 
  
Public Property DefaultAnnotationFont As Leadtools.Annotations.Core.AnnFont 
             
            public: 
property Leadtools.Annotations.Core.AnnFont^ DefaultAnnotationFont { 
   Leadtools.Annotations.Core.AnnFont^ get(); 
   void set (    Leadtools.Annotations.Core.AnnFont^ ); 
} 
             

Property Value

Leadtools.Annotations.Core.AnnFont class that represents the font used for the text in all the annotation objects that will be drawn later.

Example

For an example, refer to MedicalViewerSubCell.

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