Skip to main content
A newer version of this page is available. .

ArcScaleMarker.Shape Property

Specifies the shape of the current object according to the current painting style specified by the ShapeType property.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.1.Core.dll

Declaration

public BaseShape Shape { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.BaseShape

A BaseShape object that represents the current shape.

Remarks

This property supports the internal infrastructure, and typically there is no need to use it directly from your code. To change the object’s painting style, use the ArcScaleMarker.ShapeType property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Shape property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also