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
MaxWidth
Gets or sets the maximum width.
public string MaxWidth { get; set; }
Property Value
Title
Gets or sets the cell title.
public string Title { get; set; }
Property Value
Visible
Gets or sets the visibility flag.
public string Visible { get; set; }