Class LogoSize
Represents a logo size.
public class LogoSize : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseLogoSize
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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.