C#
VB
C++
Gets or sets the border style for the control.
public virtual BorderStyle BorderStyle { get; set; }
Public Overridable Property BorderStyle As Leadtools.Mediafoundation.BorderStyle
public:
virtual property Leadtools.Mediafoundation.BorderStyle BorderStyle {
Leadtools.Mediafoundation.BorderStyle get();
void set ( Leadtools.Mediafoundation.BorderStyle );
}
A BorderStyle value representing the border style.
The BorderStyle property can be used to create borderless and flat style controls, in addition to a bordered control. To create a borderless control, set the BorderStyle to BorderStyle.None.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET