Linear Brush - EndLeft Property

One of four coordinates used to define the axis and extent of the brush

Member of Linear Brush (PRIM_VS.LinearBrush)

Data Type - Integer

Details

The EndLeft property is used in conjunction with the EndTop, StartLeft and StartTop properties to define the path and extent of the brush evaluation. EndLeft is a percentage.
 
A Brush defined as StartLeft(0) StartTop(0) EndLeft(100) EndTop(100) will appear to travel diagonally from the top left to the bottom right.
 
A Brush defined as StartLeft(0) StartTop(0) EndLeft(0) EndTop(100) will appear to travel vertically from the top to the bottom.
 
A Brush defined as StartLeft(0) StartTop(0) EndLeft(0) EndTop(50) will appear to travel vertically from the top to half way down the control.  The Spread property will determine appearance beyond the extent of the start and end coordinates.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2