Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyle Class / FileName Property

In This Topic
    FileName Property (TextStyle)
    In This Topic
    The SHX file name (for SHX fonts).
    Syntax
    'Declaration
     
    Public Property FileName As String
    public string FileName {get; set;}
    Remarks
    The font file can be loaded with the TextStyleKeyedCollection.LoadFont.
    See Also