C#
VB
C++
Gets or sets a value that indicates the font size the header should be formatted at. This is a dependency property.
public double HeaderFontSize { get; set; }
<TypeConverterAttribute("System.Windows.FontSizeConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
Public Property HeaderFontSize As Double
[TypeConverterAttribute("System.Windows.FontSizeConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public:
property double HeaderFontSize {
double get();
void set ( double );
}
A double value that specifies font size the header should be formatted at.
For more information, refer to WPF Annotation Object Headers.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET