Version 2 (modified by mira, 16 years ago) (diff) |
---|
Analysis
Overview
The frames should be able to have different borders.
Task requirements
- Frame borders could be visible/invisible.
- Frame borders should have width.
- Frame borders should have color.
- Frame borders should have style.( box, shadow, 3D, etc. )
- Frames could have different types of borders (bottom, top, left, right, etc.)
Task result
The result of this task is source code.
Implementation idea
- Create class FrameBorder extending ProObject with required properties.
- Add FrameBorder frame property to the Frame
- Create enums for different property options.
Related
How to demo
- Create and show Frames with different borders