Property VLApplyMask.TVLApplyMask.Picture
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLApplyMask
Contents |
Syntax
Delphi:
property Picture : TPicture read FPicture write SetPicture;
C++ Builder:
__property TPicture * Picture = { read=FPicture, write=SetPicture };
Summary
Image that will be used as a mask for the frames.
Description
Use Picture to specify the image for the TVLApplyMask
component. Picture is a reference to a TPicture object. Use
properties and methods of TPicture to specify a bitmap, icon,
metafile, or user-defined graphic to be displayed by the
image control.
Setting Picture at design time brings up the Picture Editor, which can be used to specify the file that contains the image.