RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox 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