Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / LabelData Property

In This Topic
    LabelData Property
    In This Topic
    Gets or sets the label custom data. If the type implements ICloneable it will be cloned when the Label is cloned.
    Syntax
    'Declaration
     
    Public Overridable Property LabelData As Object
    public virtual object LabelData {get; set;}
    See Also