FlexGrid for WinForms
TextEffect Property



Gets or sets the 3D effect used to paint text.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets the 3D effect used to paint text.")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Property TextEffect As TextEffectEnum
'Usage
 
Dim instance As CellStyle
Dim value As TextEffectEnum
 
instance.TextEffect = value
 
value = instance.TextEffect
[C1Description("Gets or sets the 3D effect used to paint text.")]
[DefaultValue()]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public TextEffectEnum TextEffect {get; set;}
[C1Description("Gets or sets the 3D effect used to paint text.")]
[DefaultValue()]
[Browsable(true)]
[RefreshProperties(RefreshProperties.Repaint)]
public:
property TextEffectEnum TextEffect {
   TextEffectEnum get();
   void set (    TextEffectEnum value);
}
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

CellStyle Class
CellStyle Members

 

 


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

Send Feedback