Class RectangleBlock
Represents a not printable rectangle block.
public class RectangleBlock : Block, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseRectangleBlock
- 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 10mm.
StrokeThickness
Gets or sets the stroke thickness in millimeters.
public double StrokeThickness { get; set; }
Property Value
- double
The default value is 0.2mm.
Width
Gets or sets the width in millimeters.
public double Width { get; set; }
Property Value
- double
The default value is 10mm.