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

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