RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedRightAlignTool Class / UnCheckedValue Property

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