TreeMapStripedLayoutAlgorithm.LastStripeMinThickness Property
Gets or sets the minimum thickness of the last strip.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
[DefaultValue(0.025)]
[XtraSerializableProperty]
public double LastStripeMinThickness { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 0.025 | A Double value in percents. |
See Also