Skip to main content

PaddingInfo Constructors

Contains padding or margin information associated with a control or a brick.
Name Parameters Description
PaddingInfo(PaddingInfo, Single) src, dpi Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value.
PaddingInfo(PaddingInfo) src Initializes a new instance of the PaddingInfo class with specified settings.
PaddingInfo(Single, Single, Single, Single, Single) left, right, top, bottom, dpi Initializes a new instance of the PaddingInfo class with specified settings.
PaddingInfo(Single, Single) all, dpi Initializes a new instance of the PaddingInfo class with specified settings.
PaddingInfo(Single) dpi Initializes a new instance of the PaddingInfo class with the specified dpi value.
See Also