←Select platform

FontFamilyName Property

Summary

Gets or sets a string representation of the font family associated with this AnnFont object.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public string FontFamilyName { get; set; } 
Public Property FontFamilyName As String 
public string FontFamilyName {get; set;} 
@property (nonatomic,copy) NSString* fontFamilyName; 
public String getFontFamilyName() 
public void setFontFamilyName(String fontFamilyName) 
             
  
get_FontFamilyName(); 
set_FontFamilyName(value); 
Object.defineProperty('FontFamilyName');  
public:  
   property String^ FontFamilyName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string representation of the font family associated with this AnnFont object.

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont 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