A fix numeric layout data
PaddingLayout
01 Syntax
Microsoft.VisualBasic.MIME.Html.CSS.PaddingLayout
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| op_Addition | 1 | Performs vector addition on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |
| op_Subtraction | 1 | Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding. |
| ToString | 1 | |
| EvaluateFromCSS | 1 | |
| ParsePixels | 1 | |
| op_Explicit | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| LayoutVector | 1 | |
| Horizontal | 1 | |
| Vertical | 1 |
04 Fields
05 Members
op_Addition(PaddingLayout, PaddingLayout)
Performs vector addition on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding.
Parameters
| Name | Type | Description |
|---|---|---|
p1 | PaddingLayout | The first System.Windows.Forms.Padding to add. |
p2 | PaddingLayout | The second System.Windows.Forms.Padding to add. |
Returns
A new System.Windows.Forms.Padding that results from adding p1 and p2.
op_Subtraction(PaddingLayout, PaddingLayout)
Performs vector subtraction on the two specified System.Windows.Forms.Padding objects, resulting in a new System.Windows.Forms.Padding.
Parameters
| Name | Type | Description |
|---|---|---|
p1 | PaddingLayout | The System.Windows.Forms.Padding to subtract from (the minuend). |
p2 | PaddingLayout | The System.Windows.Forms.Padding to subtract from (the subtrahend). |
Returns
The System.Windows.Forms.Padding result of subtracting p2 from p1.
Top
Right
Bottom
Left
LayoutVector
Horizontal
Vertical
ToString()
EvaluateFromCSS(CSSEnvirnment,
String)ParsePixels(Padding)
op_Explicit(PaddingLayout)