←Select platform

ImageFrameColor Property

Summary

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

Syntax

C#
VB
C++
public Color ImageFrameColor { get; set; } 
  
Public Property ImageFrameColor As Color 
public: 
property Color ImageFrameColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

The color of the image's frame.

Remarks

Default value is Black

Example

Refer to ImageUrl

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly