←Select platform

Font Property

Summary

Gets or sets the AnnFont for this AnnLabel.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnFont Font { get; set; } 
Public Property Font As Leadtools.Annotations.Core.AnnFont 
public Leadtools.Annotations.Core.AnnFont Font {get; set;} 
@property (nonatomic) LTAnnFont*   font; 
public AnnFont getFont() 
public void setFont(AnnFont font) 
             
  
get_Font(); 
set_Font(value); 
Object.defineProperty('Font');  
public:  
   property AnnFont^ Font 
   { 
      AnnFont^ get() 
      void set(AnnFont^ value) 
   } 

Property Value

The AnnFont for this AnnLabel.

Requirements

Target Platforms

See Also

Reference

AnnLabel Class

AnnLabel Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly