AdapterTextDecoration Property |
Gets or sets the text decoration.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic string TextDecoration { get; set; }Public Property TextDecoration As String
Get
Set
public:
property String^ TextDecoration {
String^ get ();
void set (String^ value);
}member TextDecoration : string with get, set
Property Value
Type:
String
The text decoration.
See Also