Links
EControl Syntax Editor SDK
ecSyntMemo.TFillStyle Enumeration
TFillStyle = (
  fstNone,
  fstHorzGradient,
  fstVertGradient,
  fstCenter,
  fstTile,
  fstStretch
);

ecSyntMemo

Members 
Description 
fstNone 
No background 
fstHorzGradient 
Gradient filling from left (control Color) to right (GradColor) 
fstVertGradient 
Gradient filling from top (control Color) to bottom (GradColor) 
fstCenter 
Draws Bitmap at the center. Other part of control background is painted with control Color. 
fstTile 
Tiles Bitmap over control background. 
fstStretch 
Stretches Bitmap over control background. 

Specifies background style.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!