Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Labels Namespace / OutlinedText Class
Members

In This Topic
    OutlinedText Class
    In This Topic
    Outlined text label.
    Syntax
    'Declaration
     
    Public Class OutlinedText 
       Inherits TextOnly
       Implements devDept.Eyeshot.ISelectableItem 
    public class OutlinedText : TextOnly, devDept.Eyeshot.ISelectableItem  
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   devDept.Eyeshot.Labels.Label
                      devDept.Eyeshot.Labels.TextOnly
                         devDept.Eyeshot.Labels.OutlinedText

    See Also