- Simplest and basic layout.
- It provides the simple ability to absolutely position child elements.
- It is used as a container for other Silverlight controls.
Canvas control has three properties:
- The Left property represents the distance between the left side of a control and its parent container canvas.
- The top property represents the distance between top of a control and its parent container canvas.
- The Z-Index property represents the z-order of a control. that is it determines whether the control is in front of or behind another overlapping control.
No comments:
Post a Comment