DXFReaderNETControlPlotMarginTop Property
|
Returns/sets the top margin of the plotting page.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public float PlotMarginTop { get; set; }
Public Property PlotMarginTop As Single
Get
Set
public:
property float PlotMarginTop {
float get ();
void set (float value);
}
member PlotMarginTop : float32 with get, set
PROPERTY PlotMarginTop AS REAL4 GET SET
Property Value
Type:
SingleRemarks
This property measures the space between the plotted drawing and the top of the page. Its units are setted with the
PlotUnits property.
Default value: 0
See Also