ppsGrid Class Library
Font Property
NamespacesppsGridGridColFont
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Ruft die Schriftart für die Anzeige von Text in den Zellen der Spalte 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, GridCol, GridRow und GridCell bestimmt.
Weitere Information und Beispiele finden Sie unter Font.

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0