Accusoft.ImagXpress13.Net
BackColor Property




Sets the background color of the view window.
Syntax
'Declaration
 
Public Overrides WriteOnly Property BackColor As Color
'Usage
 
Dim instance As ImageXView
 
instance.BackColor = value
public override Color BackColor {set;}
public: __property void set_BackColor( 
   Color value
) override;
public:
property Color BackColor {
   void set (    Color value) override;
}

Property Value

A System.Drawing.Color value which represents the background color.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback