ApplicationBar button that aligns text to the center in a C1RichTextBox.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox.ApplicationBar (in C1.Phone.RichTextBox.ApplicationBar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class C1CenterAlignTool : C1ApplicationBarToggleButton<Nullable<C1TextAlignment>>
Visual Basic
Public Class C1CenterAlignTool _
	Inherits C1ApplicationBarToggleButton(Of Nullable(Of C1TextAlignment))
XAML Object Element Usage
<C1CenterAlignTool .../>

Inheritance Hierarchy

System..::..Object
  ApplicationBarIconButton
    C1.Phone.RichTextBox..::..C1ApplicationBarToggleButton<(Of <(<'Nullable<(Of <(<'C1TextAlignment>)>)>>)>)>
      C1.Phone.RichTextBox..::..C1CenterAlignTool

See Also