VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomViewerBaseControlJS type / set_MeasurementTextDefaultTextAlignment Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_MeasurementTextDefaultTextAlignment Method
In This Topic
Sets the default text alignment for measurement.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);

var returnValue; // Type: any

// Parameters
var value; // Type: WebAnchorTypeEnumJS

returnValue = instance.set_MeasurementTextDefaultTextAlignment(value);

Parameters

value
The default text alignment for measurement. Default value is "Right".
Browser Compatibility
56+
45+
11
See Also