ppsGrid Class Library
Font Property
NamespacesppsGridGridRowFont
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Ruft die Schriftart für die Anzeige von Text in den Zellen der Zeile ab oder legt diese fest.
Declaration Syntax
C#Visual BasicVisual C++
public Font Font{ get; set;}
Public Property Font As Font
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}
Value
Eine Font für die Anzeige von Text. Standardwert ist null (nothing in Visual Basic).
Remarks
Diese Eigenschaft ist ambient. Die Schriftart wird durch die Klassen Grid, GridRow, GridCol und GridCell bestimmt.
Weitere Information und Beispiele finden Sie unter Font.

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0