|
SmartNetButton
Reference
Returns or sets the offset between the picture and the shadow that is shown
when the mouse is over the button.
Syntax
object.ShadowOffset [= value]
The ShadowOffset property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartNetButton object. |
| value |
A numeric value or constant that determines the offset of
the shadow. |
At design time, the default ShadowOffset
for the SmartNetButton is set to 2.
Remarks
The ShadowOffset will only accept a value greater o equal to
zero. This property can be changed at both design and run-time.

ShadowOffset = 2
|