<< Click to display table of contents >> TRVShapeItemInfo.LineUsesFillColor |
Specifies how shapes are outlined.
property LineUsesFillColor: Boolean;
If LineUsesFillColor = False:
Shapes are with LineColor.
If LineUsesFillColor = True:
If Color = rvclNone, LineColor is used. Otherwise, if GradientType <> rvgtNone, shapes are outlined with Color; for a flat fill, they are outlined with twice darker color.
Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change value of this property as an editing operation (rveipcLineWidth).
Default value
False