MapLegend.MinFontSize 属性
Gets the minimum font size for the auto-sizing algorithm of the legend text.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property MinFontSize As ReportSizeProperty
Get
用法
Dim instance As MapLegend
Dim value As ReportSizeProperty
value = instance.MinFontSize
public ReportSizeProperty MinFontSize { get; }
public:
property ReportSizeProperty^ MinFontSize {
ReportSizeProperty^ get ();
}
member MinFontSize : ReportSizeProperty
function get MinFontSize () : ReportSizeProperty