| Visual Basic (Declaration) | |
|---|---|
Public Enum BorderType Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BorderType | |
| C# | |
|---|---|
public enum BorderType : System.Enum | |
| Member | Description |
|---|---|
| ComplexImages | Use complex images to draw the caption's border appearance. |
| Simple | Single line border style. |
You can set the BorderType to ComplexImages in order to enable higher level of customization. The term "ComplexImages" indicates that the rendering will use many images to draw up an element. For example, there should be 3 separate images in order to draw left part of caption, the body of the caption and right part of caption.
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.BorderType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2