LayoutOptions Class Members
In This Topic
The following tables list the members exposed by LayoutOptions.
Public Properties
| Name | Description |
 | DefaultGuideColor |
Gets the application default layout guide color.
|
 | KeepLastToolActive |
Gets and sets whether the insert tool stays active or reverts
back to select after adding a new element.
|
 | LayoutTemplatePath |
Gets and sets the default path for the location of the layout template gallery.
|
 | WarnAboutAssociatedSurrounds |
Gets and sets whether a warning will be shown when deleting a map frame
will result in other elements in the layout being deleted.
|
Top
Public Methods
| Name | Description |
 | GetGuideColor |
Gets the application layout guide color.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetGuideColor |
Sets the layout guide color.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also