←Select platform

FontWeight Property

Summary

Gets or sets a value that indicates the relative weight of the typeface.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnFontWeight FontWeight { get; set; } 
Public Property FontWeight As Leadtools.Annotations.Core.AnnFontWeight 
public Leadtools.Annotations.Core.AnnFontWeight FontWeight {get; set;} 
@property (nonatomic) LTAnnFontWeight fontWeight; 
public AnnFontWeight getFontWeight() 
public void setFontWeight(AnnFontWeight fontWeight) 
             
  
get_FontWeight(); 
set_FontWeight(value); 
Object.defineProperty('FontWeight');  
public:  
   property AnnFontWeight^ FontWeight 
   { 
      AnnFontWeight^ get() 
      void set(AnnFontWeight^ value) 
   } 

Property Value

An AnnFontWeight value that specifies the relative weight of the typeface.

Remarks

For more information, refer to Using Text In Annotation Objects.

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