Gets or sets the title font weight.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public Nullable<FontWeight> TitleFontWeight { get; set; }
Visual Basic
Public Property TitleFontWeight As Nullable(Of FontWeight)
	Get
	Set
Visual C++
public:
property Nullable<FontWeight> TitleFontWeight {
	Nullable<FontWeight> get ();
	void set (Nullable<FontWeight> value);
}
F#
member TitleFontWeight : Nullable<FontWeight> with get, set

Property Value

Type: Nullable<(Of <(<'FontWeight>)>)>
The title font weight.

See Also