Skip to main content
A newer version of this page is available.
All docs
V19.1

EditorPanelOptions.ButtonSize Property

Gets or sets the Map Editor panel buttons’ size.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public Size ButtonSize { get; set; }

Property Value

Type Description
Size

The button size.

Property Paths

You can access this nested property as listed below:

Object Type Path to ButtonSize
MapEditor
.PanelOptions.ButtonSize
See Also