HatchFillStyle.HatchStyle Property
Gets or sets the pattern used to hatch treemap items.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
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