Skip to main content
All docs
V25.1
  • LegendBase.Padding Property

    Gets or sets the indents between the legend’s edges and its content.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    [XtraSerializableProperty]
    public TreeMapPadding Padding { get; set; }

    Property Value

    Type Description
    TreeMapPadding

    Specifies indents in pixels.

    See Also