Del via


TextRun._TextDecoration Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property _TextDecoration As TextDecorations
    Get
'Usage
Dim instance As TextRun
Dim value As TextDecorations

value = instance._TextDecoration
public TextDecorations _TextDecoration { get; }
public:
property TextDecorations _TextDecoration {
    TextDecorations get ();
}
member _TextDecoration : TextDecorations
function get _TextDecoration () : TextDecorations