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
Properties
IsEnabled
Gets or sets a value indicating whether the group should be rendered.
public bool IsEnabled { get; set; }
Property Value
Remarks
Default value is true.
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
Remarks
Must be between -180.0° and 180.0°.