| 1. |
Explain The Path Instructions In Xaml |
|
Answer» The <path> instruction of XAML allows to DRAW and fill a path. Various points in the path represents are represented by the Data ATTRIBUTE. The attribute includes M which means to move to command, moves to a coordinate and C represents the absolute path. The H represents LINE to command. The <path> instruction of XAML allows to draw and fill a path. Various points in the path represents are represented by the Data attribute. The attribute includes M which means to move to command, moves to a coordinate and C represents the absolute path. The H represents line to command. |
|