Skip to main content
All docs
V25.1
  • TreeMapPadding.Vertical Property

    Returns the sum of top and bottom paddings in pixels.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    [Browsable(false)]
    public int Vertical { get; }

    Property Value

    Type Description
    Int32

    The sum of top and bottom paddings in pixels.

    See Also