VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / ImageBorderWidth Property
Syntax Requirements SeeAlso
In This Topic
    ImageBorderWidth Property (WpfImageViewer)
    In This Topic
    Gets or sets the border width of not focused image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The border width of not focused image.")>
    Public Property ImageBorderWidth As Single
    
    
    [Description("The border width of not focused image.")]
    public float ImageBorderWidth { get; set; }
    
    
    [Description("The border width of not focused image.")]
    public: __property float get_ImageBorderWidth();
    public: __property void set_ImageBorderWidth(
    float value
    );
    [Description("The border width of not focused image.")]
    public:
    property float ImageBorderWidth { float get(); void set(float value); }
    Requirements

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

    See Also