Table of Contents

Class PropertyGrid

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

Designer grid settings (show, snap and spacing).

public class PropertyGrid : DomItem
Inheritance
PropertyGrid
Inherited Members

Properties

Show

Gets or sets whether the grid is shown.

public string Show { get; set; }

Property Value

string

Snap

Gets or sets whether snapping is enabled.

public string Snap { get; set; }

Property Value

string

Spacing

Gets the grid spacing.

[JsonInclude]
public PropertySize Spacing { get; }

Property Value

PropertySize