Search
ArrowLabel.Font Property
See Also
 



Gets or sets the label's font.

 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.

 Remarks

This property can be null (Nothing in Visual Basic) in which case the label will use the Font of its parent arrow.

 See Also