Stonefield Query Enterprise SDK
 COMHelper.SetPadding
Table of Contents
COMHelper.SetPadding

Helper method for COM clients to set the padding for the specified style.

public static void SetPadding(XRControlStyle style,
	int left,
	int right,
	int top,
	int bottom,
	double dpi);

Parameters

style
The style.
left
The left padding.
right
The right padding.
top
The top padding.
bottom
The bottom padding.
dpi
The DPI to use.

Overloads:

public static void SetPadding(XRControl control, int left, int right, int top, int bottom, double dpi);


See also:

Class COMHelper