[]
Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically.
protected override double GetContentAutoHeight(double width)
Type | Name | Description |
---|---|---|
double | width | Width of area of contents of object in twips. |
Type | Description |
---|---|
double | Returns height of area of contents of object in twips. |