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

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