ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / ShadowWidth Property




In This Topic
    ShadowWidth Property (ImGearThumbnailCtl)
    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
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    Public Property ShadowWidth As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    instance.ShadowWidth = value
     
    value = instance.ShadowWidth
    [Category("Items")]
    [Description()]
    public int ShadowWidth {get; set;}
    [Category("Items")]
    [Description()]
    public: __property int get_ShadowWidth();
    public: __property void set_ShadowWidth( 
       int value
    );
    [Category("Items")]
    [Description()]
    public:
    property int ShadowWidth {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also