ComponentOne FlexGrid for UWP
Deflate Method

C1.UWP Assembly > C1.Xaml Namespace > Extensions Class : Deflate Method
Windows.Foundation.Rect structure.
Windows.UI.Xaml.Thickness structure defining amount to inflate this Windows.Foundation.Rect.
Deflates a Windows.Foundation.Rect structure by specified amount.
Syntax
'Declaration
 
Public Shared Sub Deflate( _
   ByRef r As Windows.Foundation.Rect, _
   ByVal th As Windows.UI.Xaml.Thickness _
) 
public static void Deflate( 
   ref Windows.Foundation.Rect r,
   Windows.UI.Xaml.Thickness th
)

Parameters

r
Windows.Foundation.Rect structure.
th
Windows.UI.Xaml.Thickness structure defining amount to inflate this Windows.Foundation.Rect.
See Also

Reference

Extensions Class
Extensions Members