VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailControlPadding Property
Syntax Requirements SeeAlso
In This Topic
    ThumbnailControlPadding Property (WpfThumbnailViewer)
    In This Topic
    Gets or sets the padding of thumbnail control.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The padding of thumbnail control.")>
    <CategoryAttribute("VintaSoft")>
    Public Property ThumbnailControlPadding As System.Windows.Thickness
    
    
    [Description("The padding of thumbnail control.")]
    [Category("VintaSoft")]
    public System.Windows.Thickness ThumbnailControlPadding { get; set; }
    
    
    [Description("The padding of thumbnail control.")]
    [Category("VintaSoft")]
    public: __property System.Windows.Thickness* get_ThumbnailControlPadding();
    public: __property void set_ThumbnailControlPadding(
    System.Windows.Thickness* value
    );
    [Description("The padding of thumbnail control.")]
    [Category("VintaSoft")]
    public:
    property System.Windows.Thickness^ ThumbnailControlPadding { System.Windows.Thickness^ get(); void set(System.Windows.Thickness^ value); }

    Property Value

    Default value is Empty.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also