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

    Gets or sets the value that specifies the right padding in pixels.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    [DefaultValue(0)]
    [XtraSerializableProperty]
    public int Right { get; set; }

    Property Value

    Type Default Description
    Int32 0

    An integer that specifies the right padding in pixels.

    See Also