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