Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSmartGlyph.SourceHeight Property

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 SourceHeight property value and the ratio between the current monitor DPI and the SourceDPI property value.

#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