PaddingInfo Constructors
Contains padding or margin information associated with a control or a brick.
Name | Parameters | Description |
---|---|---|
Padding |
src, dpi |
Initializes a new instance of the Padding |
Padding |
src |
Initializes a new instance of the Padding |
Padding |
graphics |
Initializes a new instance of the Padding |
Padding |
left, right, top, bottom, graphics |
Initializes a new instance of the Padding |
Padding |
left, right, top, bottom, dpi |
Initializes a new instance of the Padding |
Padding |
left, right, top, bottom |
Initializes a new instance of the Padding |
Padding |
all, dpi |
Initializes a new instance of the Padding |
Padding |
dpi |
Initializes a new instance of the Padding |
See Also