Visual Signal ExternalBase Class Library Documentation
AutoResizeViewer Property
VisualSignalVSignal.ExternalBaseTExternalViewerAutoResizeViewer
API version 1.2.2.0

[This is preliminary documentation and is subject to change.]

If this property is set to "True", instruct the Visual Signal viewer to resize itself base on the control's size If set to "False", Visual Signal will try to resize the control based on the viewer's size. This property should be set in Init()()().
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoResizeViewer { set; }
Public WriteOnly Property AutoResizeViewer As Boolean
public:
property bool AutoResizeViewer {
	void set (bool value);
}

Assembly: vsmExternalBase (Module: vsmExternalBase) Version: 1.2.2.0 (1.3.0.0)