LightSwitch HTML Edition
ForeColor Property






Gets or sets the color used to paint the content of cells in this field.
Syntax
'Declaration
 
Public Property ForeColor As System.Nullable(Of Color)
'Usage
 
Dim instance As C1OlapFieldStyle
Dim value As System.Nullable(Of Color)
 
instance.ForeColor = value
 
value = instance.ForeColor
public System.Nullable<Color> ForeColor {get; set;}
public read-write property ForeColor: System.Nullable; 
public function get,set ForeColor : System.Nullable
public: __property System.Nullable<Color> get_ForeColor();
public: __property void set_ForeColor( 
   System.Nullable<Color> value
);
public:
property System.Nullable<Color> ForeColor {
   System.Nullable<Color> get();
   void set (    System.Nullable<Color> 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

C1OlapFieldStyle Class
C1OlapFieldStyle Members

Send Feedback