ShadowWidth Property (IImGearThumbnailCtl)
In This Topic
Gets or sets the width of the 3D appearance for every item if the Flat property is set to true.
Syntax
'Declaration
Property ShadowWidth As Integer
'Usage
Dim instance As IImGearThumbnailCtl
Dim value As Integer
instance.ShadowWidth = value
value = instance.ShadowWidth
int ShadowWidth {get; set;}
__property int get_ShadowWidth();
__property void set_ShadowWidth(
int value
);
property int ShadowWidth {
int get();
void set ( int value);
}
Property Value
Integer value.
See Also