Search
Ruler.Font Property
See Also
 



Gets or sets the font used to render labels on ruler's scales.

 Syntax

VB6  Copy Code

Public Property Get Font() As IFontDisp
Public Property Let Font( _
    ByVal value As IFontDisp _
)

C++  Copy Code

public:
IFontDisp* get_Font ()
void put_Font (
    IFontDisp* value
)

 Property Value

A font object. The default font is Microsoft Sans Serif, 6.4pt.

 See Also