[Visual
Basic] imagekitcontrolname.Edit.FillPattern
[ = FillPatternConstants ]
[Visual
C++] [long=
]imagekitcontrolname.GetEdit().GetFillPattern()imagekitcontrolname.GetEdit().SetFillPattern(long
Val)
[VB.NET] imagekitcontrolname.Edit.FillPattern
[ = ImageKit9(A)Lib.FillPatternConstants ]
[C#.NET] imagekitcontrolname.Edit.FillPattern
[ = ImageKit9(A)Lib.FillPatternConstants ]
* ImageKit9ALib refers to the ANSI version, ImageKit9Lib refers to the Unicode version.
Property Value
| Value | Explanation |
|---|---|
| 0 | Outline |
| 1 | Fill |
| 2 | Outline + fill |
It's also possible to use the following constants (ikFramePattern = 0, ikFillPattern = 1, ikFillFramePattern = 2).
Explanation
The FillPattern property sets the fill pattern when drawing a rectangle, ellipse, and rounded rectangle.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.