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


IDMSGridLabel2.SecondsFontSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDMSGridLabel2.SecondsFontSize Property

The font size used to display the seconds.

[Visual Basic .NET]
Public Property SecondsFontSize As Double
[C#]
public double SecondsFontSize {get; set;}
[C++]
HRESULT get_SecondsFontSize(
  double* Size
);
[C++]
HRESULT put_SecondsFontSize(
  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