DataGridTextColumn.FontWeight Property

Definition

Gets or sets the font weight for the content of cells in the column.

public:
 property System::Windows::FontWeight FontWeight { System::Windows::FontWeight get(); void set(System::Windows::FontWeight value); };
public System.Windows.FontWeight FontWeight { get; set; }
member this.FontWeight : System.Windows.FontWeight with get, set
Public Property FontWeight As FontWeight

Property Value

The font weight of the contents of cells in the column. The registered default is MessageFontWeight. For information about what can influence the value, see DependencyProperty.

Remarks

The FontWeight property determines the font weight for controls in the column only when the template uses the property as a parameter.

Applies to