'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether an image shadow will be simulated.")> Public Property Shadow As System.Boolean
'Usage
Dim instance As NDrawImageInfo Dim value As System.Boolean instance.Shadow = value value = instance.Shadow
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether an image shadow will be simulated.")] public System.bool Shadow {get; set;}