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


IDMSGridLabel.SecondsFont Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDMSGridLabel.SecondsFont Property

The font used to display the seconds.

[Visual Basic .NET]
Public Property SecondsFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp SecondsFont {get; set;}
[C++]
HRESULT get_SecondsFont(
  Font** Font
);
[C++]
HRESULT put_SecondsFont(
  Font* Font
);
[C++]

Parameters Font [out, retval]
Font is a parameter of type Font Font [in]
Font is a parameter of type Font

Product Availability

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

Description

SecondsFont is the font used to display the seconds value.

See Also

IDMSGridLabel Interface

.NET Related Topics

Creating map grid labels