FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / TextEffectEnum Enumeration

In This Topic
    TextEffectEnum Enumeration
    In This Topic
    Specifies a 3D effect to use when rendering cell text.
    Syntax
    'Declaration
     
    
    Public Enum TextEffectEnum 
       Inherits System.Enum
    public enum TextEffectEnum : System.Enum 
    Members
    MemberDescription
    FlatNo 3D effect.
    InsetText is drawn with a shadow offset by one pixel to the left and above the text.
    RaisedText is drawn with a shadow offset by one pixel to the right and below the text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.TextEffectEnum

    See Also