Back to Devexpress

TabbedLayoutGroup.Border Property

aspnet-devexpress-dot-web-dot-tabbedlayoutgroup-e764abb9.md

latest1.8 KB
Original Source

TabbedLayoutGroup.Border Property

Gets the tabbed layout group border settings defined by the current style.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BorderWrapper Border { get; }
vb
Public ReadOnly Property Border As BorderWrapper

Property Value

TypeDescription
BorderWrapper

A BorderWrapper object which specifies the border settings.

|

Remarks

The Border property provides access to the border settings that define the width, style, and color values for all four sides of the corresponding object which the current style applies to.

The border settings of particular sides (top, bottom, left or right) can be specified using the corresponding properties of the current style (AppearanceStyleBase.BorderTop, AppearanceStyleBase.BorderBottom, AppearanceStyleBase.BorderLeft or AppearanceStyleBase.BorderRight). Note that border settings of a particular border side override the same settings defined via the Border property.

See Also

TabbedLayoutGroup Class

TabbedLayoutGroup Members

DevExpress.Web Namespace