Table of Contents

Class CharacterRatio

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

Represents character proportional settings written to the laser.

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

Properties

IsActive

Gets or sets a value indicating whether character ratio is active.

public bool IsActive { get; set; }

Property Value

bool

SpaceRatio

Gets or sets the distance ratio in percent.

public double SpaceRatio { get; set; }

Property Value

double

The default value is 25 %.

WidthRatio

Gets or sets the width ratio in percent.

public double WidthRatio { get; set; }

Property Value

double

The default value is 66.67 %.