Class CharacterRatio
Represents character proportional settings written to the laser.
public class CharacterRatio : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCharacterRatio
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
IsActive
Gets or sets a value indicating whether character ratio is active.
public bool IsActive { get; set; }
Property Value
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 %.