Table of Contents

Class LogoSize

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

Represents a logo size.

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

Properties

Height

Gets or sets the logo height in millimeters.

public double Height { get; set; }

Property Value

double

The default value is 10mm.

Width

Gets or sets the logo width in millimeters.

public double Width { get; set; }

Property Value

double

The default value is 10mm.