Udostępnij przez


Właściwość MapLegend.MinFontSize

Pobiera minimalny rozmiar czcionki dla algorytmu automatycznie regulowaną tekstu legendy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MinFontSize As ReportSizeProperty
    Get
'Użycie
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