This property sets the color of the ImageKit Control border.

[Visual Basic] Public Property BorderColor As Color
[C#] public Color BorderColor {get; set;}

Property Value

The default value is "Black".

Explanation

The BorderColor property sets the color for the border of the ImageKit Control. This property is only enabled when the BorderVisible property is set to True. When the Appearance property is set to AppearanceStyle.Flat, the color set into this property is used.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation