Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / OutlinedText Class / OutlineColor Property

In This Topic
    OutlineColor Property
    In This Topic
    Gets or sets the outline color.
    Syntax
    'Declaration
     
    Public Property OutlineColor As Color
    public Color OutlineColor {get; set;}
    Remarks
    You need to call LabelList.Regen to apply the changes.
    See Also