Table of Contents

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

string

Left

Gets or sets the left reserved space.

public string Left { get; set; }

Property Value

string

Right

Gets or sets the right reserved space.

public string Right { get; set; }

Property Value

string

Top

Gets or sets the top reserved space.

public string Top { get; set; }

Property Value

string

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)

Parameters

left int
top int
right int
bottom int