DataGridTextColumn.FontSize Property
Silverlight
Gets or sets the font size of the content of cells in the column.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)
<sdk:DataGridTextColumn FontSize="double" .../>
Property Value
Type: System.DoubleThe font size of the content of cells in the column. The default is Double.NaN.
If you do not explicitly set the DataGridTextColumn.FontSize property, the first non-null FontSize property specified in the visual tree is used for display, but the DataGridTextColumn.FontSize property returns Double.NaN.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.