This property sets whether or not the ImageKit Control border is visible.

[Visual Basic] Public Property BorderVisible As Boolean
[C#] public bool BorderVisible {get; set;}

Property Value

Value Explanation
True (default) The ImageKit Control border is visible
False The ImageKit Control border is not visible

Explanation

This property sets whether or not the ImageKit Control border is visible. When this property is set to True, the border color and width are set using the BorderColor and the BorderWidth properties.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation