Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.GetFaceName Method 

Back to Class Index

Gets the face name for the font at the specified index.

[Visual Basic]
Public Shared Function GetFaceName( _
   ByVal index As Integer _
) As String
[C#]
public static string GetFaceName(
   int index
);

Parameters

index
Index in the installedfontcollection.

Return Value

Font Face Name

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace