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