C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates the degree to which the typeface is stretched.
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)
}
An AnnFontStretch value that specifies the degree to which the typeface is stretched.
For more information, refer to Using Text In Annotation Objects.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET