Class GuideModelUsage
Inheritance
System.Object
GuideModelUsage
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GuideModelUsage : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AlignmentMethod
Declaration
public GuideModelUsage.AlignmentOptions AlignmentMethod { get; set; }
Property Value
ClipDrawing
Declaration
public bool ClipDrawing { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ClippingBottom
Declaration
public double ClippingBottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ClippingLeft
Declaration
public double ClippingLeft { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ClippingRight
Declaration
public double ClippingRight { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ClippingTop
Declaration
public double ClippingTop { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ForceMonochrome
Declaration
public bool ForceMonochrome { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Layout
Declaration
public ListWithSelectedItem<string> Layout { get; set; }
Property Value
OriginHorizontal
Declaration
public double OriginHorizontal { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OriginVertical
Declaration
public double OriginVertical { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Rotation
Declaration
public double Rotation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods