Eyeshot 10 WinForms API Reference
Item Property (FontDataDictionary)

WinForms Assembly > devDept.Eyeshot Namespace > FontDataDictionary Class : Item Property
The name of the text style.
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

Reference

FontDataDictionary Class
FontDataDictionary Members