Description
Returns/sets a value that determines whether the control shadows is soft or hard.
Usage
[form.][control.]ShadowSoft[ = Boolean]
Data Type
Boolean
Default
TRUE
Remarks
This property sets or returns a value that determines whether the control shadows is soft or hard, soft shadow is transparence, hard shadow is opaque. This is a global property, and all shadows have common attributes, it dependences on EnableShadow property.
See also EnableShadow property.
Sample
ColorPicker1.ShadowSoft = True