PrinterLayerSelectabilityMode¶
Namespace: ThinkGeo.Core
Determines whether a printer layer can be selected inside the layout designer.
public enum PrinterLayerSelectabilityMode
Inheritance object → ValueType → Enum → PrinterLayerSelectabilityMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Selectable | 0 | The layer can be selected and manipulated. |
| NonSelectable | 1 | The layer cannot be selected. |