Intersoft WebDesktop Documentation
BorderType Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebDesktopWindowSettings Class : BorderType Property


Glossary Item Box

Gets or sets the type of the border applied to Window.

Syntax

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;}

Remarks

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.

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.