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

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