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