RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / C1BulletsTool Class / UnCheckedValue Property

In This Topic
    UnCheckedValue Property (C1BulletsTool)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property UnCheckedValue As Nullable(Of TextMarkerStyle)
    protected virtual Nullable<TextMarkerStyle> UnCheckedValue {get;}
    See Also