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

    Returns the sum of left and right paddings in pixels.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

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

    Property Value

    Type Description
    Int32

    The sum of left and right paddings in pixels.

    See Also