[]
public static implicit operator Thickness(int width)
Type | Name | Description |
---|---|---|
int | width |
Type | Description |
---|---|
Thickness |
public static implicit operator Padding(Thickness thickness)
Type | Name | Description |
---|---|---|
Thickness | thickness |
Type | Description |
---|---|
Padding |
public static implicit operator Thickness(Padding padding)
Type | Name | Description |
---|---|---|
Padding | padding |
Type | Description |
---|---|
Thickness |