ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class / BorderWidth Property




In This Topic
    BorderWidth Property (ImGearMagnifierCtl)
    In This Topic
    Gets or sets width of the popup window border.
    Syntax
    'Declaration
     
    <ImGearFilterAttribute("Default")>
    Public Property BorderWidth As Double
    'Usage
     
    Dim instance As ImGearMagnifierCtl
    Dim value As Double
     
    instance.BorderWidth = value
     
    value = instance.BorderWidth
    [ImGearFilter("Default")]
    public double BorderWidth {get; set;}
    [ImGearFilter("Default")]
    public: __property double get_BorderWidth();
    public: __property void set_BorderWidth( 
       double value
    );
    [ImGearFilter("Default")]
    public:
    property double BorderWidth {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also