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

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

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v26.1.dll

    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