TdxGridReportLinkCardsShadow.Position Property
In This Article
Specifies the position of card shadows.
#Declaration
Delphi
property Position: TdxGridCardShadowPosition read; write; default cspBottomRight;
#Property Value
Type | Default |
---|---|
Tdx |
csp |
#Remarks
Use the Position property to specify the position of card shadows within a report. This property cannot be accessed via the report designer. Thus you should specify its value via the Object Inspector or via code.
Card shadow position is csp |
Card shadow position is csp |
---|---|
The default value of the Position property is cspBottomRight.
See Also