←Select platform

BorderStyle Property

Summary

Gets or sets the border style for the control.

Syntax

C#
VB
C++
public virtual BorderStyle BorderStyle { get; set; } 
Public Overridable Property BorderStyle As Leadtools.Multimedia.BorderStyle 
public: 
virtual property Leadtools.Multimedia.BorderStyle BorderStyle { 
   Leadtools.Multimedia.BorderStyle get(); 
   void set (    Leadtools.Multimedia.BorderStyle ); 
} 

Property Value

A BorderStyle value representing the border style.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly