Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextStyleKeyedCollection Class
Members

In This Topic
    TextStyleKeyedCollection Class
    In This Topic
    Text style collection.
    Syntax
    'Declaration
     
    Public Class TextStyleKeyedCollection 
       Inherits devDept.Eyeshot.EyeshotKeyedCollection(Of TextStyle)
    public class TextStyleKeyedCollection : devDept.Eyeshot.EyeshotKeyedCollection<TextStyle> 
    Remarks
    Text style name comparison is performed case insensitive.The "Default" style is applied to all text-derived entities that do not specify a different devDept.Eyeshot.Entities.Text.StyleName.

    Call devDept.Eyeshot.Entities.Entity.Regen to see the effect when changing the value of a collection element.

    Inheritance Hierarchy
    See Also