VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewer Class / ImageBackgroundColor Property
Syntax Requirements SeeAlso
In This Topic
    ImageBackgroundColor Property (WpfImageViewer)
    In This Topic
    Gets or sets the background color of not focused image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The background color of not focused image.")>
    Public Property ImageBackgroundColor As System.Windows.Media.Color
    
    
    [Description("The background color of not focused image.")]
    public System.Windows.Media.Color ImageBackgroundColor { get; set; }
    
    
    [Description("The background color of not focused image.")]
    public: __property System.Windows.Media.Color* get_ImageBackgroundColor();
    public: __property void set_ImageBackgroundColor(
    System.Windows.Media.Color* value
    );
    [Description("The background color of not focused image.")]
    public:
    property System.Windows.Media.Color^ ImageBackgroundColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ 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