Guideline Constructor

Create a new guideline.
 

Parameters

options

Type: Object

 An object encapsulating options:
     masterViewmodel [type: dundas.controls.DesignObjectViewModel]                      - the view model that this guideline is attached to.
     slaveViewmodels [type: Array, elementType: dundas.controls.DesignObjectViewModel] - the viewmodels that are attached to this guideline.
     snapLocation    [type:dundas.controls.GuidelineSnapLocation]                      - the snap location of this guideline.
     isPermenent     [type: boolean]                                                    - designate this as a permanent guideline or not. If masterViewModel is assigned, this is always true
     disabled        [type: boolean]                                                    - create this guideline as disabled or not, defaults to false
     visible         [type: boolean]                                                    - create this guideline as visible or not, defaults to true
     boxRect         [type: dundas.controls.Rectangle]                                  - the bound of this guideline when used as a distribution guide
     coordinate      [type: number]                                                     - the dundas.controls.CoordinateKIND.BACKGROUND coordinate of this guideline.
     coordinate2     [type: number]                                                     - the dundas.controls.CoordinateKIND.BACKGROUND coordinate of this guideline when  used as a distribution guide.