Write/Read
About Marker Readout

MarkerReadoutSize Property


Description

Specifies the size of font used when displaying Marker Readout in the selected window.

 VB Syntax

win.MarkerReadoutSize = value

Variable

(Type) - Description

win

A NAWindow (object)

value

(enum NAFontSize)

0 - naDefault - marker readout appears in default font size

1 - naLarge - marker readout appears in large font size

Return Type

Long Integer

Default

naDefault

Examples

win.MarkerReadoutSize = naDefault 'write default size for marker readout

Dim Size As NAFontSize
Size = app.ActiveNAWindow.MarkerReadoutSize 'Read

C++ Syntax

HRESULT get_MarkerReadoutSize(tagNAFontSize *pVal)

HRESULT put_MarkerReadoutSize(tagNAFontSize newVal)

Interface

INAWindow