LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageFrameColor Property

Show in webframe





Gets or sets the color of the frame being added to the image.
Syntax
public Color ImageFrameColor {get; set;}
'Declaration
 
Public Property ImageFrameColor As Color
'Usage
 
Dim instance As WebImageViewer
Dim value As Color
 
instance.ImageFrameColor = value
 
value = instance.ImageFrameColor

            

            
public:
property Color ImageFrameColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the image's frame.
Remarks
Default value is Black
Example
Refer to ImageUrl
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.