Class RulerGuide
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a horizontal or vertical ruler guide with position and snapping settings.
public class RulerGuide : DomItem
- Inheritance
-
RulerGuide
- Inherited Members
Constructors
RulerGuide(CollectionRulerGuides)
Creates and appends a ruler guide.
public RulerGuide(CollectionRulerGuides rulerGuideCollection)
Parameters
rulerGuideCollectionCollectionRulerGuides
RulerGuide(CollectionRulerGuides, int)
Creates and inserts a ruler guide at an index.
public RulerGuide(CollectionRulerGuides rulerGuideCollection, int index)
Parameters
rulerGuideCollectionCollectionRulerGuidesindexint
Properties
CatchRangePixels
Gets or sets the catch (snap) range in pixels.
public int CatchRangePixels { get; set; }
Property Value
Locked
Gets or sets whether the guide is locked.
public bool Locked { get; set; }
Property Value
Position
Gets or sets the position (project units).
public int Position { get; set; }
Property Value
Methods
Initialize(CollectionRulerGuides, int)
Internal initializer.
protected void Initialize(CollectionRulerGuides rulerGuideCollection, int index)
Parameters
rulerGuideCollectionCollectionRulerGuidesOwning collection.
indexintInsertion index.