You are here:
Symbol Reference >
Stimulsoft.Report.Components Namespace
>
StiMargins Class
>
StiMargins Constructor
>
StiMargins Constructor (double, double, double, double)
Stimulsoft Reports Class Reference
StiMargins.StiMargins Constructor (double, double, double, double)
Send Feedback
Creates a new object of the type StiMargins.
Syntax
C++
C#
Visual Basic
public
:
StiMargins
(
double
left
,
double
right
,
double
top
,
double
bottom
);
public
StiMargins
(
double
left
,
double
right
,
double
top
,
double
bottom
);
Public
Sub
New
(
left
As
double
,
right
As
double
,
top
As
double
,
bottom
As
double
)
Parameters
Parameters
Description
left
Left
magin size on the object.
right
Right
magin size on the object.
top
Top
magin size on the object.
bottom
Bottom
magin size on the object.
Made with
Doc-O-Matic
.
What do you think about this topic?
Send feedback!
Copyright (c) 2017. All rights reserved.