| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property BorderType As BorderType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebDesktopWindowSettings Dim value As BorderType instance.BorderType = value value = instance.BorderType | |
| C# | |
|---|---|
public virtual BorderType BorderType {get; set;} | |
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.
In WebDesktopManager there are more than 20 ImagesSettings properties provided in order to let developers to design high detailed, gradient, shadowed or round corner style of border.
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
Reference
WebDesktopWindowSettings ClassWebDesktopWindowSettings Members