TTMSFNCBloxShadow Class
Describes the drop shadow drawn behind a block, including its visibility, color, and horizontal and vertical offsets.
API unit family: TMSFNCBloxCoreTypes
Inherits from: TPersistent
Syntax
TTMSFNCBloxShadow = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Color | Gets or sets the color of the shadow. |
| HOffset | Gets or sets the horizontal offset of the shadow relative to the block position. Negative values shift the shadow left, positive values shift it right. |
| VOffset | Gets or sets the vertical offset of the shadow relative to the block position. Negative values shift the shadow up, positive values shift it down. |
| Visible | Gets or sets whether the shadow is drawn. True makes the shadow visible. |