[]
Returns a Border.BorderMargins object that contains the thickness of the top, left, right, and bottom edges of the drawn border.
[Browsable(false)]
public Border.BorderMargins MarginsInPoints(float pageScale, float dpiX, float dpiY)
| Type | Name | Description |
|---|---|---|
| float | pageScale | The page scale. |
| float | dpiX | The dpi X value. |
| float | dpiY | the dpi Y value. |
| Type | Description |
|---|---|
| Border.BorderMargins | Returns the border margins. |