This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDMSGridLabel Interface > IDMSGridLabel.MinutesFont Property (ArcObjects .NET 10.4 SDK) |
The font used to display the minutes.
[Visual Basic .NET]
Public Property MinutesFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp MinutesFont {get; set;}
[C++]
HRESULT get_MinutesFont(
Font** Font
);
[C++]
HRESULT put_MinutesFont(
Font* Font
);
[C++]
Parameters Font [out, retval]
Font is a parameter of type Font Font [in]
Font is a parameter of type Font