Padding
Wisej.Web.Padding
Last updated
Wisej.Web.Padding
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents padding or margin information associated with a user interface (UI) element.
Initializes a new instance of the class using a separate padding size for each edge.
Name | Type | Description |
---|
Initializes a new instance of the class using the supplied padding size for all edges.
Name | Type | Description |
---|
: Returns or sets the padding value for all the edges.
: Returns or sets the padding value for the bottom edge.
: Returns the combined padding for the right and left edges.
: Returns if the padding is empty.
: Returns or sets the padding value for the left edge.
: Returns or sets the padding value for the right edge.
: Returns the padding information in the form of a .
: Returns or sets the padding value for the top edge.
: Returns the combined padding for the top and bottom edges.
Computes the sum of the two specified values.
Parameter | Type | Description |
---|
Returns: . A that contains the sum of the two specified values.
Subtracts one specified value from another.
Parameter | Type | Description |
---|
Returns: . A that contains the result of the subtraction of one specified value from another.
Name | Description |
---|
p1 |
p2 |
p1 |
p2 |
Returns or sets padding within the control. |
Returns or sets the space between controls. |
Returns or sets the additional padding around the label. This property can be defined in the theme. |
Returns or sets the offset in pixels from the calculated position of the popup. |
Returns or sets padding within the statusbar panel. |
Returns or sets padding within the toolbar button. |
Returns or sets the space between toolbar buttons. |
Returns the size of the inset border and padding. |
left | The padding size, in pixels, for the left edge. |
top | The padding size, in pixels, for the top edge. |
right | The padding size, in pixels, for the right edge. |
bottom | The padding size, in pixels, for the bottom edge. |
all | The number of pixels to be used for padding for all edges. |
A .
A .
A .
A .
Returns or sets the space between the edge of a and its content.
Returns or sets the padding inside objects in any mode.
Computes the sum of the two specified values.