[]
Override this method to calculate the width of object on basis of its content, this method is called when width of object specified as auto, for example:
obj.Width = Unit.Auto;
protected virtual void GetContentAutoWidth(double height, ref double width)
Type | Name | Description |
---|---|---|
double | height | Width of area of contents of object, value must be specified in the "Document.ResolvedUnit" units. |
double | width | Height of area of contents of object. |