Back to Devexpress

SymbolOptions.SkewAngleY Property

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

latest1.9 KB
Original Source

SymbolOptions.SkewAngleY Property

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

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

Property Value

TypeDescription
Double

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SkewAngleY
SymbolViewBase

.Options .SkewAngleY

|

Remarks

When the positive value of the SkewAngleY property is increased, the symbol skew angle changes in the clockwise direction and vice versa.

Note that by default, this property is set to 1.

The following images illustrate the property behavior.

SkewAngleY = -12SkewAngleY = 12

See Also

SymbolOptions Class

SymbolOptions Members

DevExpress.Xpf.Gauges Namespace