conaito Office2Silverlight SDK
Gets or sets the color of the controls background2.
Namespace: Conaito.Office2SilverlightAssembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public string ControlsBackgroundTextColor { get; set; } |
Visual Basic |
---|
Public Property ControlsBackgroundTextColor As String
Get
Set |
Visual C++ |
---|
public:
property String^ ControlsBackgroundTextColor {
String^ get ();
void set (String^ value);
} |
Field Value
The color of the controls background2.
See Also