SetItemsFont Method (ThumbnailEx)
In This Topic
Changes the font used to render the text of all items.
Syntax
'Declaration
Public Sub SetItemsFont( _
ByVal As FontFamily, _
ByVal As Double, _
ByVal As FontStyle _
)
public void SetItemsFont(
FontFamily ,
double ,
FontStyle
)
public procedure SetItemsFont(
: FontFamily;
: Double;
: FontStyle
);
public function SetItemsFont(
: FontFamily,
: double,
: FontStyle
);
public: void SetItemsFont(
FontFamily* ,
double ,
FontStyle
)
public:
void SetItemsFont(
FontFamily^ ,
double ,
FontStyle
)
Parameters
- FontFamily
- The font family name.
- FontSize
- The font size.
- FontStyle
- The font style.
See Also