VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMeasurementJS type / set_TextAlignment Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_TextAlignment Method
    In This Topic
    Sets the text alignment.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomMeasurementJS(viewer, dicomMeasurementType);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnchorTypeEnumJS
    
    returnValue = instance.set_TextAlignment(value);
    
    
    function set_TextAlignment(
    value
    The default value is null.
    : WebAnchorTypeEnumJS
    ) : any;

    Parameters

    value
    The default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also