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

In This Topic
    C1ItalicTool Class
    In This Topic
    ApplicationBar toggle button that makes text italic in a C1RichTextBox.
    Object Model
    C1ItalicTool 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 C1ItalicTool 
       Inherits C1.Xaml.RichTextBox.C1ApplicationBarToggleButton(Of Nullable(Of FontStyle))
       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 C1ItalicTool : C1.Xaml.RichTextBox.C1ApplicationBarToggleButton<Nullable<FontStyle>>, 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.C1ItalicTool

    See Also