Thursday, March 25, 2010

Silverlight Element Margin Property

XAML Attribute Usage
<frameworkElement Margin="uniform"/> - or - <frameworkElement Margin="left+right,top+bottom"/> - or - <frameworkElement Margin="left,top,right,bottom"/>

More info here: http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.margin(VS.95).aspx

No comments:

Post a Comment