Table of Contents

Class PropertyLabelCell

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Label cell definition (visibility, width, title, indentation) for label layouts.

public class PropertyLabelCell : DomItem
Inheritance
PropertyLabelCell
Inherited Members

Properties

Indentation

Gets or sets the indentation.

public string Indentation { get; set; }

Property Value

string

MaxWidth

Gets or sets the maximum width.

public string MaxWidth { get; set; }

Property Value

string

Title

Gets or sets the cell title.

public string Title { get; set; }

Property Value

string

Visible

Gets or sets the visibility flag.

public string Visible { get; set; }

Property Value

string