InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / Tag Property

In This Topic
    Tag Property (FontSubSet.TextFormat)
    In This Topic
    Gets or sets an arbitrary custom data associated with this FontSubSet.TextFormat.
    Syntax
    'Declaration
     
    Public Property Tag As Object
    public object Tag {get; set;}
    See Also