You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Linear Brush - StartLeft 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 StartLeft property is used in conjunction with the StartTop, EndTop and EndLeft properties to define the path and extent of the brush evaluation. StartLeft 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

  • No labels