←Select platform

FontStretch Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public AnnFontStretch FontStretch { get; set; } 
Public Property FontStretch As Leadtools.Annotations.Core.AnnFontStretch 
public Leadtools.Annotations.Core.AnnFontStretch FontStretch {get; set;} 
@property (nonatomic) LTAnnFontStretch fontStretch; 
public AnnFontStretch getFontStretch() 
public void setFontStretch(AnnFontStretch fontStratched) 
             
  
get_FontStretch(); 
set_FontStretch(value); 
Object.defineProperty('FontStretch');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly