

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.