[]
For internal use only.
public Padding(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public Padding(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |
Padding Constructor
public Padding(int all)
| Type | Name | Description |
|---|---|---|
| int | all | All |
Padding Constructor
public Padding(int left, int top, int right, int bottom)
| Type | Name | Description |
|---|---|---|
| int | left | Left |
| int | top | Tol |
| int | right | Right |
| int | bottom | Bottom |