Properties order in Margin

前端 未结 4 1672
后悔当初
后悔当初 2020-12-22 14:58

If I have such string in XAML:

Storyboard.TargetProperty=\"Margin\" From=\"1,2,3,4\" To=\"0,0,0,0\"

What is Top Bottom Right and Left? 1- r

4条回答
  •  盖世英雄少女心
    2020-12-22 15:42

    Just because @MartinCapodici 's comment is awesome I write here as an answer to give visibility.

    All clockwise:

    • WPF start West (left->top->right->bottom)
    • Netscape (ie CSS) start North (top->right->bottom->left)

提交回复
热议问题