VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailAppearance Class / BorderStyle Property
Syntax Requirements SeeAlso
In This Topic
    BorderStyle Property (ThumbnailAppearance)
    In This Topic
    Gets or sets the border style for the thumbnail.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The border style for the thumbnail.")>
    Public Property BorderStyle As System.Windows.Forms.ButtonBorderStyle
    
    
    [Description("The border style for the thumbnail.")]
    public System.Windows.Forms.ButtonBorderStyle BorderStyle { get; set; }
    
    
    [Description("The border style for the thumbnail.")]
    public: __property System.Windows.Forms.ButtonBorderStyle* get_BorderStyle();
    public: __property void set_BorderStyle(
    System.Windows.Forms.ButtonBorderStyle* value
    );
    [Description("The border style for the thumbnail.")]
    public:
    property System.Windows.Forms.ButtonBorderStyle^ BorderStyle { System.Windows.Forms.ButtonBorderStyle^ get(); void set(System.Windows.Forms.ButtonBorderStyle^ value); }
    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