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

TdxFilePreviewImageBasedHandler.ShowShadow Method

Indicates if the preview handler draws a shadow under the displayed image.

#Declaration

Delphi
function ShowShadow: Boolean; virtual;

#Returns

Type Description
Boolean

True if the preview handler draws a shadow under the displayed image; otherwise, False.

#Remarks

The ShowShadow function can return one of the following:

Value

Example

True

Displayed Shadows

False

Hidden Shadows

The built-in ShowShadow function always returns True. You can override this function in a TdxFilePreviewImageBasedHandler class descendant and return False to display no shadow under the displayed image.

See Also