←Select platform

Font Property

Summary

Gets or sets the font of the logo's text.

Syntax

C#
VB
Java
WinRT C#
C++
public AnnFont Font { get; set; } 
Public Property Font As Leadtools.Annotations.Core.AnnFont 
public Leadtools.Annotations.Core.AnnFont Font {get; set;} 
public AnnFont getFont() 
public void setFont(AnnFont font) 
             
 <br/>get_Font();<br/>set_Font(value);<br/>Object.defineProperty('Font');  
public:  
   property AnnFont^ Font 
   { 
      AnnFont^ get() 
      void set(AnnFont^ value) 
   } 

Property Value

The font of the logo's text

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.Annotations.Documents Assembly