Skip to main content
All docs
V25.1
  • HatchFillStyle.HatchStyle Property

    Gets or sets the pattern used to hatch treemap items.

    Namespace: DevExpress.XtraTreeMap

    Assembly: DevExpress.XtraTreeMap.v25.1.dll

    NuGet Package: DevExpress.TreeMap

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    [XtraSerializableProperty(XtraSerializationFlags.LoadOnly)]
    public HatchStyle HatchStyle { get; set; }

    Property Value

    Type Description
    HatchStyle

    A pattern that applies to items.

    Remarks

    Note

    Use the HatchFillStyle.DXHatchStyle property instead of HatchStyle in non-Windows environments.

    See Also