Specifies how to place the line inside the local rectangle for defining the line length.
Namespace: RSGdiPlusCtrls
Delphi
|
type
TRSGPLineType = (
ltDiagonal,
ltTop,
ltLeft);
|
|
Name
|
Description
|
|
ltDiagonal
|
Draw the line as the diagonal of the shape rectangle.
|
|
ltLeft
|
Draw the line as the left side (height) of the shape rectangle.
|
|
ltTop
|
Draw the line as the top side (width) of the shape rectangle.
|
Top
|