Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRichTextStyle Class / Inverted Property


In This Topic
    Inverted Property (NRichTextStyle)
    In This Topic
    If set to false (the default value) the style will be applied to all elements whose UserClass is equal to this style's name. If set to true, the style will be applied to all elements whose UserClass is different than this style's name.
    Syntax
    'Declaration
     
    
    Public Property Inverted As System.Boolean
    'Usage
     
    
    Dim instance As NRichTextStyle
    Dim value As System.Boolean
     
    instance.Inverted = value
     
    value = instance.Inverted
    public System.bool Inverted {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also