Class ArcCharacter
Represents the settings of an arc of characters written to the laser.
public class ArcCharacter : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseArcCharacter
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
AngularInterval
Gets or sets the character distance angle in arc in degree.
public double AngularInterval { get; set; }
Property Value
- double
The default value is 10°.
Remarks
This value is Layout is AngularInterval.
CharacterSpace
Gets or sets the character distance of the arc in millimeters.
public double CharacterSpace { get; set; }
Property Value
- double
The default value is 0.5mm.
Remarks
This value is Layout is CharacterSpace.
Layout
Gets or sets a value indicating whether character ratio is active.
public ArcLayout Layout { get; set; }
Property Value
- ArcLayout
The default value is CharacterSpace.
OpenAngle
Gets or sets the arc open angle in degree.
public double OpenAngle { get; set; }
Property Value
- double
The default value is 120°.
Remarks
This value is Layout is DistributedOverAngle.
Radius
Gets or sets the arc radius in millimeters.
public double Radius { get; set; }
Property Value
- double
The default value is 20 mm.