VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_PanelTextPadding Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_PanelTextPadding Method
In This Topic
Gets the text padding for text on a panel.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var value; // Type: object
value = instance.get_PanelTextPadding();

Return Value

The text padding - [left, top, right, bottom]. Valid value is an array of four nonnegative numbers. Default value is Ύ, 0, 0, 0].
Browser Compatibility
56+
45+
11
See Also