Click or drag to resize
OGPropertiesMargins Property
Sets or gets the left, right, top and bottom margin values for printing.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Margins Margins { get; set; }

Property Value

Type: Margins
The margins that are used for printing.
See Also