LEADTOOLS WebForms and AJAX (Leadtools.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageFrameColor Property
See Also 
Leadtools.Web.Controls Namespace > WebImageViewer Class : ImageFrameColor Property



Gets or sets the color of the frame being added to the image.

Syntax

Visual Basic (Declaration) 
Public Property ImageFrameColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebImageViewer
Dim value As Color
 
instance.ImageFrameColor = value
 
value = instance.ImageFrameColor
C# 
public Color ImageFrameColor {get; set;}
C++/CLI 
public:
property Color ImageFrameColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the image's frame.

Example

Remarks

Default value is Black

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also