TdxPadding.Height Property
In This Article
Returns the height of the total padding adjustment, in pixels.
#Declaration
Delphi
property Height: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The height of the total padding adjustment, in pixels at |
#Remarks
The Height
property returns the sum of the Top and Bottom field values.
Note
The Height
field value corresponds to a system DPI of 96
.
See Also