Reg : WPF Design grid sample
Dear Team ,How to do the window design in WPF .Like Customer Page Details .
when i am design the page not able give the margin and spacing at all .
how to create the Resource file style in WPF .
< Grid>
< Grid.RowDefinitions>
< RowDefinition />
< RowDefinition />
< /Grid.RowDefinitions>
< custom:MyRowObject Style="YourStyleHereOrGeneralSetter" Grid.Row="0" />
< custom:MyRowObject Style="YourStyleHere" Grid.Row="1" />
< /Grid>