Class GroupOffset
Represents the offset of a group.
public class GroupOffset : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseGroupOffset
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Remarks
Each value is optional and may be null
.
A null
value indicates that the corresponding offset remains unchanged.
Properties
MarkingEnabled
Gets or sets a value indicating whether the group should be marked.
public bool? MarkingEnabled { get; set; }
Property Value
- bool?
The default value is null.
OffsetX
Gets or sets X-offset of the group in millimeter.
public double? OffsetX { get; set; }
Property Value
OffsetY
Gets or sets Y-offset of the group in millimeter.
public double? OffsetY { get; set; }
Property Value
Rotation
Gets or sets rotation of the group in degree.
public double? Rotation { get; set; }
Property Value
- double?
Must be between -180.0° and 180.0°.