BorderStyle Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| Editor..::..BorderStyle Property |
| Editor Class See Also Send Feedback |
Specifies the style of border used around the outside of the Cute Editor
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public override BorderStyle BorderStyle { get; set; } |
| Visual Basic |
|---|
Public Overrides Property BorderStyle As BorderStyle Get Set |
| Visual C++ |
|---|
public: virtual property BorderStyle BorderStyle { BorderStyle get () override; void set (BorderStyle value) override; } |