|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Overridable Property ShapePicture As Image
[C#]
public virtual Image ShapePicture {get; set;}
[C++]
public: __property virtual Image* get_ShapePicture();
public: __property virtual void set_ShapePicture(Image*);
|
|
|
|
|
Remarks
|
The bitmap picture that will be used to calculate the final form shape.
By default, the left top pixel color of the picture will be rendered as transparent color: you can change this behaviour through the TransparentColor property.
For details about the management of shaped forms, see the How to change the shape of my forms section.
|