GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / SetItemsFont Method
The font family name.
The font size.
The font style.





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

Parameters

FontFamily
The font family name.
FontSize
The font size.
FontStyle
The font style.
See Also