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