RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1LeftAlignTool Class
Members

In This Topic
    C1LeftAlignTool Class
    In This Topic
    ApplicationBar button that aligns text to the left in a C1RichTextBox.
    Object Model
    C1LeftAlignTool Class
    Syntax
    'Declaration
     
    <StaticAttribute(Windows.UI.Xaml.Controls.IAppBarToggleButtonStatics4, 
       393216, 
       "Windows.Foundation.UniversalApiContract")>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IAppBarToggleButtonFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <WebHostHiddenAttribute()>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <ContentPropertyAttribute()>
    Public Class C1LeftAlignTool 
       Inherits C1.Xaml.RichTextBox.C1ApplicationBarToggleButton(Of Nullable(Of C1TextAlignment))
       Implements IUpdateableToolWindows.UI.Xaml.Controls.ICommandBarElementWindows.UI.Xaml.Controls.ICommandBarElement2 
    [Static(Windows.UI.Xaml.Controls.IAppBarToggleButtonStatics4, 
       393216, 
       "Windows.Foundation.UniversalApiContract")]
    [Composable(Windows.UI.Xaml.Controls.IAppBarToggleButtonFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [MarshalingBehavior(MarshalingType.Agile)]
    [WebHostHidden()]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [ContentProperty()]
    public class C1LeftAlignTool : C1.Xaml.RichTextBox.C1ApplicationBarToggleButton<Nullable<C1TextAlignment>>, IUpdateableToolWindows.UI.Xaml.Controls.ICommandBarElementWindows.UI.Xaml.Controls.ICommandBarElement2  
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      Windows.UI.Xaml.Controls.Primitives.ButtonBase
                         Windows.UI.Xaml.Controls.Primitives.ToggleButton
                            Windows.UI.Xaml.Controls.AppBarToggleButton
                               C1.Xaml.RichTextBox.C1ApplicationBarToggleButton<T>
                                  C1.Xaml.RichTextBox.C1LeftAlignTool

    See Also