TextRun._TextDecoration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TextDecorations of the specified text.
public:
property Microsoft::ReportingServices::RdlObjectModel::TextDecorations _TextDecoration { Microsoft::ReportingServices::RdlObjectModel::TextDecorations get(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportingServices.RdlObjectModel.TextDecorations _TextDecoration { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._TextDecoration : Microsoft.ReportingServices.RdlObjectModel.TextDecorations
Public ReadOnly Property _TextDecoration As TextDecorations
Property Value
A TextDecorations object.
- Attributes