Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / FontDataDictionary Class / Item Property
The name of the text style.

In This Topic
    Item Property (FontDataDictionary)
    In This Topic
    Text styles indexer property.
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal name As String _
    ) As FontData
    public new FontData this[ 
       string name
    ]; {get; set;}

    Parameters

    name
    The name of the text style.

    Property Value

    The text style with the specified name.
    See Also