RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1ItalicTool Class / CheckedValue Property

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