ImageFrameColor Property
Summary
Gets or sets the color of the frame being added to the image.
Syntax
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.