Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Na stronach MIX możecie znaleźć ciekawy projekt dedykowany specjalistom od technologii Adobe Flash, którzy są zainteresowani poznaniem Silverlight. Projekt ma nazwę Rosetta.
Na tej stronie zostały opublikowane tutoriale pozwalające w łatwy sposób zapoznać się z narzędziami Microsoft. Dodatkowo dla programstów, jest tam też rozpiska, która pomoże za pomocą słów kluczowych odnaleźć pewne odpowiedniki Flasha w Silverlight, przykład poniżej:
MovieClip to UserControl
Flash | Silverlight | |
---|---|---|
alpha | Opacity | |
cacheAsBitmap | CacheMode | |
contextMenu | MouseRightButtonDown | |
filters | Effect | |
height | Height | |
mask | Clip | |
mouseX, mouseY | MouseMove | |
name | x:Name, variable declaration | |
parent | Parent | |
root | RootVisual | |
rotation | RotateTransform | |
rotationX, rotation, rotationZ | PlaneProjection | |
scaleX, scaleY | ScaleTransform | |
tabChildren | TabNavigation | |
tabEnabled | IsTabStop | |
tabIndex | TabIndex | |
transform | MatrixTransform | |
width | Width | |
x, y | Canvas | |
visible | Visibility |