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

In This Topic
    CheckedValue Property (C1LeftAlignTool)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property CheckedValue As Nullable(Of C1TextAlignment)
    protected override Nullable<C1TextAlignment> CheckedValue {get;}
    See Also