Gets or sets the title font style.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public Nullable<FontStyle> TitleFontStyle { get; set; } |
| Visual Basic |
|---|
Public Property TitleFontStyle As Nullable(Of FontStyle)
Get
Set |
| Visual C++ |
|---|
public:
property Nullable<FontStyle> TitleFontStyle {
Nullable<FontStyle> get ();
void set (Nullable<FontStyle> value);
} |
| F# |
|---|
member TitleFontStyle : Nullable<FontStyle> with get, set
|
Property Value
Type:
Nullable<(Of <(<'FontStyle>)>)>The title font style.
See Also