The border around text blocks for using in dialogs.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class TextBlockBorder : Border
Visual Basic (Declaration)
Public Class TextBlockBorder _
	Inherits Border

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Decorator
              System.Windows.Controls..::..Border
                C1.WPF.C1Schedule..::..TextBlockBorder

See Also