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

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