Padding.GetPaddingInPageUnits(Single, Single, Single, Single) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
void GetPaddingInPageUnits([Runtime::InteropServices::Out] float % left, [Runtime::InteropServices::Out] float % right, [Runtime::InteropServices::Out] float % top, [Runtime::InteropServices::Out] float % bottom);
public void GetPaddingInPageUnits(out float left, out float right, out float top, out float bottom);
member this.GetPaddingInPageUnits : single * single * single * single -> unit
Public Sub GetPaddingInPageUnits (ByRef left As Single, ByRef right As Single, ByRef top As Single, ByRef bottom As Single)
Parametri
- left
- Single
- right
- Single
- top
- Single
- bottom
- Single