Skip to main content
All docs
V20.1

EditorPanelOptions.ButtonSize Property

Gets or sets the Map Editor panel buttons’ size.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

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