Class PropertyRulerGuides
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Container for horizontal and vertical ruler guide collections.
public class PropertyRulerGuides : DomItem
- Inheritance
-
PropertyRulerGuides
- Inherited Members
Properties
Horizontal
Gets the horizontal ruler guides.
[JsonInclude]
public CollectionRulerGuides Horizontal { get; }
Property Value
Vertical
Gets the vertical ruler guides.
[JsonInclude]
public CollectionRulerGuides Vertical { get; }