Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

FamilyName Property






Gets or sets a string representation of the font family associated with this AnnFont object.
Syntax
public virtual string FamilyName {get; set;}
'Declaration
 
Public Overridable Property FamilyName As String
'Usage
 
Dim instance As AnnFont
Dim value As String
 
instance.FamilyName = value
 
value = instance.FamilyName

            

            
public:
virtual property String^ FamilyName {
   String^ get();
   void set (    String^ value);
}

Property Value

a string representation of the font family associated with this AnnFont object.
Example
For an example, refer to AnnFont.
Requirements

Target Platforms

See Also

Reference

AnnFont Class
AnnFont Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)