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

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