TextRun._FontStyle 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 FontStyles of the specified text.
public:
property Microsoft::ReportingServices::RdlObjectModel::FontStyles _FontStyle { Microsoft::ReportingServices::RdlObjectModel::FontStyles get(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportingServices.RdlObjectModel.FontStyles _FontStyle { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._FontStyle : Microsoft.ReportingServices.RdlObjectModel.FontStyles
Public ReadOnly Property _FontStyle As FontStyles
Property Value
A FontStyles object.
- Attributes