This document is archived and information here might be outdated.  Recommended version.


IDMSGridLabel2.MinutesFontSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDMSGridLabel2 Interface > IDMSGridLabel2.MinutesFontSize Property
ArcGIS Developer Help

IDMSGridLabel2.MinutesFontSize Property

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(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDMSGridLabel2 Interface