TdxSmartGlyph.SourceHeight Property
In This Article
Specifies the container’s image display height, in pixels.
#Declaration
Delphi
property SourceHeight: Integer read; write;
#Property Value
Type | Description |
---|---|
Integer | The container’s image display height, in pixels. |
#Remarks
You can use SourceHeight
and SourceWidth properties to adjust the stored glyph’s dimensions on a screen. If unspecified, these properties return the current dimensions of the stored image (Height and Width property values).
Tip
The stored image’s on-screen height is the product of the Source
property value and the ratio between the current monitor DPI and the Source
#Default Value
The SourceHeight
property’s default value is 0
.
The default SourceHeight
property value indicates that the container’s height matches the height of the stored image. The SourceHeight
property returns the Height property value.
See Also