Class PropertyGridLineStyle
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Grid line style settings (width and color) with safe property access.
public class PropertyGridLineStyle : DomItem
- Inheritance
-
PropertyGridLineStyle
- Inherited Members
Properties
GridLineStyleColor
Gets or sets the grid line color.
public string GridLineStyleColor { get; set; }
Property Value
LineWidth
Gets or sets the grid line width.
public string LineWidth { get; set; }