Style - BorderBrush Property

Brush to be used on the borders

Member of Style (PRIM_VS.Style)

Data Type - PRIM_VS.Brush - Base class for all visual brushes

Details

The BorderBrush property is a reference to an instance of a Brush to be applied to the borders of the control.
 
Background features of a Style are not inherited by child controls. This ensures that a borders applied to a parent are not repeated verbatim on child controls.
 
If both a BorderBrush and BorderColor are specified on the same style, the BorderBrush will take precedence.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2