C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates the relative weight of the typeface.
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)
}
An AnnFontWeight value that specifies the relative weight of the typeface.
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