This property sets the color of the ImageKit control border.

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

Property Value

Refers to the color of the ImageKit control border. Type is System.Windows.Media.Color

The default value is System.Windows.Media.Colors.Gray

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.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation