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

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