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