FlexGrid for WinForms
TextEffectEnum Enumeration



Specifies a 3D effect to use when rendering cell text.
Syntax
'Declaration
 
Public Enum TextEffectEnum 
   Inherits System.Enum
'Usage
 
Dim instance As TextEffectEnum
public enum TextEffectEnum : System.Enum 
public enum class TextEffectEnum : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback