Class MatrixSize
Represents the matrix size.
public class MatrixSize : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseMatrixSize
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Height
Gets or sets the height in millimeters.
public double Height { get; set; }
Property Value
- double
The default value is 15mm.
HeightMode
Gets or sets the definition to set the height.
public MatrixHeightMode HeightMode { get; set; }
Property Value
Width
Gets or sets the width value in millimeters.
public double Width { get; set; }
Property Value
- double
The default value is 15mm.
WidthMode
Gets or sets the definition to set the width.
public MatrixWidthMode WidthMode { get; set; }