Back to Devexpress

EditorPanelOptions.ShowTransformModeButton Property

windowsforms-devexpress-dot-xtramap-dot-editorpaneloptions-473b4669.md

latest2.0 KB
Original Source

EditorPanelOptions.ShowTransformModeButton Property

Specifies whether or not the Map Editor panel’s Transform Mode button should be shown.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool ShowTransformModeButton { get; set; }
vb
<DefaultValue(True)>
Public Property ShowTransformModeButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to show the Transform Mode button; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowTransformModeButton
MapEditor

.PanelOptions .ShowTransformModeButton

|

Remarks

Use the MapEditor.PanelOptions property to access panel options.

To enable the Transform Mode from code, use the MapEditor.SetTransformMode method.

See the Map Editor help topic for more information.

See Also

EditorPanelOptions Class

EditorPanelOptions Members

DevExpress.XtraMap Namespace