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

In This Topic
    C1BottomAlignMenuTool Class
    In This Topic
    Menu item that aligns the content of a table cell to the bottom in a C1RichTextBox.
    Object Model
    C1BottomAlignMenuTool Class
    Syntax
    'Declaration
     
    <TemplateVisualStateAttribute()>
    <TemplatePartAttribute()>
    <MarshalingBehaviorAttribute(MarshalingType.Agile)>
    <ContractVersionAttribute(Windows.Foundation.UniversalApiContract, 65536)>
    <StaticAttribute(Windows.UI.Xaml.Controls.IItemsControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <WebHostHiddenAttribute()>
    <ComposableAttribute(Windows.UI.Xaml.Controls.IItemsControlFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")>
    <ThreadingAttribute(ThreadingModel.Both)>
    <ContentPropertyAttribute()>
    Public Class C1BottomAlignMenuTool 
       Inherits C1ToggleMenuTool
       Implements IUpdateableToolWindows.UI.Xaml.Controls.IItemContainerMapping 
    [TemplateVisualState()]
    [TemplatePart()]
    [MarshalingBehavior(MarshalingType.Agile)]
    [ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
    [Static(Windows.UI.Xaml.Controls.IItemsControlStatics, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [WebHostHidden()]
    [Composable(Windows.UI.Xaml.Controls.IItemsControlFactory, 
       CompositionType.Public, 
       65536, 
       "Windows.Foundation.UniversalApiContract")]
    [Threading(ThreadingModel.Both)]
    [ContentProperty()]
    public class C1BottomAlignMenuTool : C1ToggleMenuTool, IUpdateableToolWindows.UI.Xaml.Controls.IItemContainerMapping  
    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.ItemsControl
                      C1.Xaml.C1RadialMenuItem
                         C1.Xaml.RichTextBox.C1ToggleMenuTool
                            C1.Xaml.RichTextBox.C1BottomAlignMenuTool

    See Also