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

SymbolOptions.SkewAngleX Property

Gets or sets a skew angle of a symbol along the X axis.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v18.2.dll

Declaration

public double SkewAngleX { get; set; }

Property Value

Type Description
Double

A Double value that is a symbol skew angle along the X-axis.

Property Paths

You can access this nested property as listed below:

Object Type Path to SkewAngleX
FourteenSegmentsView
.Options.SkewAngleX
MatrixView
.Options.SkewAngleX
MatrixView5x8
.Options.SkewAngleX
MatrixView8x14
.Options.SkewAngleX
SegmentsView
.Options.SkewAngleX
SevenSegmentsView
.Options.SkewAngleX
SymbolViewBase
.Options.SkewAngleX

Remarks

Use the SkewAngleX property if you need to change a symbol skew angle along the X-axis. Note that by default, this property is set to 1.

The following images illustrate the property behavior.

SkewAngleX = -12 SkewAngleX = 12
DigitalGauge_SkewAngleX_-12 DigitalGauge_SkewAngleX_12

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SkewAngleX 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