Table of Contents

Class RectangleBlock

Namespace
Loehnert.Lisrt.Laser.Keyence.Jobs
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents a not printable rectangle block.

public class RectangleBlock : Block, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
RectangleBlock
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Height

Gets or sets the height in millimeters.

public double Height { get; set; }

Property Value

double

The default value is 10mm.

StrokeThickness

Gets or sets the stroke thickness in millimeters.

public double StrokeThickness { get; set; }

Property Value

double

The default value is 0.2mm.

Width

Gets or sets the width in millimeters.

public double Width { get; set; }

Property Value

double

The default value is 10mm.