GdPicture.NET.14
GdPicture14.WPF Namespace / ThumbnailEx Class / SetItemsFont Method





In This Topic
SetItemsFont Method (ThumbnailEx)
In This Topic
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
FontSize
FontStyle
See Also