Type Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| BorderStyle..::..Type Property |
| BorderStyle Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public BorderType Type { get; set; } |
| Visual Basic |
|---|
Public Property Type As BorderType Get Set |
| Visual C++ |
|---|
public: property BorderType Type { BorderType get (); void set (BorderType value); } |