ArcObjects Library Reference  (Carto)    

IDMSGridLabel.MinutesFont Property

The font used to display the minutes.

[Visual Basic 6.0]
Property MinutesFont As IFontDisp
[Visual Basic .NET]
Public Property MinutesFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp MinutesFont {get; set;}
[Java]
public IFontDisp getMinutesFont()
throws
    IOException,
    AutomationException
[Java]
public void setMinutesFont(
IFontDisp pFontDisp
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_MinutesFont(
  IFontDisp** Font
);
[C++]
HRESULT put_MinutesFont(
  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

MinutesFont is the font used to display the minutes value.

See Also

IDMSGridLabel Interface

Example

IDMSGridLabel Example

 


Feedback Send feedback on this page