ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / ShadowWidth Property




In This Topic
    ShadowWidth Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the width of item's shadow.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    <ImGearFilterAttribute("Default")>
    Public Property ShadowWidth As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    instance.ShadowWidth = value
     
    value = instance.ShadowWidth
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public int ShadowWidth {get; set;}
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public: __property int get_ShadowWidth();
    public: __property void set_ShadowWidth( 
       int value
    );
    [Category("Items")]
    [Description()]
    [ImGearFilter("Default")]
    public:
    property int ShadowWidth {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also