←Select platform

FontStretch Property

Summary

Gets or sets a value that indicates the degree to which the typeface is stretched.

Syntax
C#
VB
Objective-C
C++
Java
public AnnFontStretch FontStretch { get; set; } 
Public Property FontStretch As AnnFontStretch 
@property (nonatomic) LTAnnFontStretch fontStretch; 
public AnnFontStretch getFontStretch() 
public void setFontStretch(AnnFontStretch fontStratched) 
public:  
   property AnnFontStretch^ FontStretch 
   { 
      AnnFontStretch^ get() 
      void set(AnnFontStretch^ value) 
   } 

Property Value

An AnnFontStretch value that specifies the degree to which the typeface is stretched.

Remarks

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

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly