"indentation"

Defines the indentation in pixels of items for each tree level.

Synopsis

setValue (string shape, "indentation", string font);

getValue (string shape, "indentation", string &font);

shape.indentation(string font);

Parameters

Parameter Description
shape Name of the object
font Number of pixel that items are indented

Description

Defines the indentation in pixel of items for each tree level.

Example

main()
{
  this.indentation(30);
}

Assignment

DpTreeView, DpTypeView