Class PropertyReservedSpace
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Reserved spacing (margins) definition for layout elements (Left/Top/Right/Bottom).
public class PropertyReservedSpace : DomItem
- Inheritance
-
PropertyReservedSpace
- Inherited Members
Properties
Bottom
Gets or sets the bottom reserved space.
public string Bottom { get; set; }
Property Value
Left
Gets or sets the left reserved space.
public string Left { get; set; }
Property Value
Right
Gets or sets the right reserved space.
public string Right { get; set; }
Property Value
Top
Gets or sets the top reserved space.
public string Top { get; set; }
Property Value
Methods
Set(int, int, int, int)
Sets all sides at once using integer values.
public void Set(int left, int top, int right, int bottom)