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

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