Back to Devexpress

SymbolOptions.SkewAngleX Property

wpf-devexpress-dot-xpf-dot-gauges-dot-symboloptions.md

latest1.8 KB
Original Source

SymbolOptions.SkewAngleX Property

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public double SkewAngleX { get; set; }
vb
Public Property SkewAngleX As Double

Property Value

TypeDescription
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 TypePath to 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 = -12SkewAngleX = 12

See Also

SymbolOptions Class

SymbolOptions Members

DevExpress.Xpf.Gauges Namespace