This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDMSGridLabel3 Interface > IDMSGridLabel3.MinutesFontSize Property (ArcObjects .NET 10.5 SDK) |
The font size used to display the minutes.
[Visual Basic .NET] Public Property MinutesFontSize As Double
[C#] public double MinutesFontSize {get; set;}
[C++]
HRESULT get_MinutesFontSize(
double* Size
);
[C++]
HRESULT put_MinutesFontSize(
double Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type double Size [in] Size is a parameter of type double