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 value set into the Appearance property is used.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit