Gets or sets the label's font.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Font() As IFontDisp |
C++
Copy Code
|
|---|
public: |
A Font object.
RemarksThis property can be null (Nothing in Visual Basic) in which case the label will use the Font of its parent arrow.
See Also