Toolbar button that aligns the content of a table cell to the top in a C1RichTextBox.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
public class C1TopAlignTool : C1ToggleButtonTool<Nullable<C1VerticalAlignment>>
Visual Basic
Public Class C1TopAlignTool _
	Inherits C1ToggleButtonTool(Of Nullable(Of C1VerticalAlignment))

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls.Primitives..::..ButtonBase
              System.Windows.Controls.Primitives..::..ToggleButton
                C1ToolbarToggleButton
                  C1.Silverlight.RichTextBox..::..C1ToggleButtonTool<(Of <(<'Nullable<(Of <(<'C1VerticalAlignment>)>)>>)>)>
                    C1.Silverlight.RichTextBox..::..C1TopAlignTool

See Also