Table of Contents

Class CharacterProportional

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

Represents character proportional settings.

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

Properties

IsActive

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

public bool IsActive { get; set; }

Property Value

bool

False means all characters have a fixed width.

MinimumWidthInPercent

Gets or sets the minimum width in percent.

public int MinimumWidthInPercent { get; set; }

Property Value

int

The default value is 20 %.