PolygonLayer BorderWidth Property TIBCO Spotfire 6.0 API Reference
Gets or sets the border width of the geometries in this layer.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public float BorderWidth { get; set; }

Property Value

Type: Single
The width of the border.
Exceptions

ExceptionCondition
System ArgumentOutOfRangeExceptionThrown if value is negative or larger than 6.
See Also