MapLegend.MinFontSize Property

Gets the minimum font size for the auto-sizing algorithm of the legend text.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MinFontSize As ReportSizeProperty
    Get
'Usage
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