Skip to main content
All docs
V26.1
  • TreeMapPadding(Int32) Constructor

    Initializes a new instance of the TreeMapPadding class with specified settings.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v26.1.dll

    Declaration

    public TreeMapPadding(
        int all
    )

    Parameters

    Name Type Description
    all Int32

    Specifies all (Left, Top, Right, and Bottom) indents in pixels. This value is assigned to the All property.

    See Also