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


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

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(
  IFontDisp** Font
);
[C++]
HRESULT put_SecondsFont(
  IFontDisp* Font
);
[C++]
Parameters
Font [out, retval]

Font is a parameter of type IFontDisp** Font [in]
Font is a parameter of type IFontDisp*

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