Version

BorderStyleOuterRing Property

Gets or sets the style of the border around the outer ring.
Syntax
'Declaration
 
Public Property BorderStyleOuterRing As Infragistics.Win.UIElementBorderStyle
public Infragistics.Win.UIElementBorderStyle BorderStyleOuterRing {get; set;}
Remarks

This border will draw on both the inner and outer edges of the outer ring. If you want a border only around the outer edge, use the BorderStyle property. If you want a border only between the inner and outer rings, use the BorderStyleInnerRing property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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