Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TextEffect Enumeration

In This Topic
    TextEffect Enumeration
    In This Topic
    Specifies effects to apply to the text.
    Syntax
    'Declaration
     
    Public Enum TextEffect 
       Inherits System.Enum
    public enum TextEffect : System.Enum 
    Members
    MemberDescription
    DefaultDefault. Treated as None.
    EmbedApply embedding effect to the text.
    EmbossEmboss the text.
    FrameAdd a frame around the text.
    NoneNo special effect applied.
    ShadowShadow the text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.TextEffect

    See Also