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

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