HeaderFontSize Property

Gets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public ReadOnly Property HeaderFontSize As Double
    Get
'Usage
Dim instance As ImportOptionsControl
Dim value As Double

value = instance.HeaderFontSize
public double HeaderFontSize { get; }
public:
property double HeaderFontSize {
    double get ();
}
member HeaderFontSize : float
function get HeaderFontSize () : double

Property Value

Type: System..::..Double

See Also

Reference

ImportOptionsControl Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Dialogs Namespace