get_PanelTextPadding Method
Gets the text padding for text on a panel.
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
var value; // Type: object
value = instance.get_PanelTextPadding();
function get_PanelTextPadding() : object;
Return Value
The text padding - [left, top, right, bottom]. Valid value is an array of four nonnegative numbers. Default value is Ύ, 0, 0, 0].