Method | Description | |
---|---|---|
GetActualMargin ( this element, IAxis axis ) : double |
Returns the actual margin for a given framework element and axis.
|
|
GetMargin ( this element, IAxis axis ) : double |
Returns the margin for a given framework element and axis.
|
public static GetActualMargin ( this element, IAxis axis ) : double | ||
element | this | The framework element. |
axis | IAxis | The axis along which to return the margin. /// |
return | double |
public static GetMargin ( this element, IAxis axis ) : double | ||
element | this | The framework element. |
axis | IAxis | The axis along which to return the margin. /// |
return | double |