Table of Contents

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

rulerGuideCollection CollectionRulerGuides

RulerGuide(CollectionRulerGuides, int)

Creates and inserts a ruler guide at an index.

public RulerGuide(CollectionRulerGuides rulerGuideCollection, int index)

Parameters

rulerGuideCollection CollectionRulerGuides
index int

Properties

CatchRangePixels

Gets or sets the catch (snap) range in pixels.

public int CatchRangePixels { get; set; }

Property Value

int

Locked

Gets or sets whether the guide is locked.

public bool Locked { get; set; }

Property Value

bool

Position

Gets or sets the position (project units).

public int Position { get; set; }

Property Value

int

Methods

Initialize(CollectionRulerGuides, int)

Internal initializer.

protected void Initialize(CollectionRulerGuides rulerGuideCollection, int index)

Parameters

rulerGuideCollection CollectionRulerGuides

Owning collection.

index int

Insertion index.