Back to Devexpress

SymbolViewBase.Options Property

wpf-devexpress-dot-xpf-dot-gauges-dot-symbolviewbase-72b6dc3e.md

latest2.1 KB
Original Source

SymbolViewBase.Options Property

Provides access to the settings that specify the symbol view position on the symbols panel.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public SymbolOptions Options { get; set; }
vb
Public Property Options As SymbolOptions

Property Value

TypeDescription
SymbolOptions

A SymbolOptions object that contains the settings of the symbol view type.

|

Remarks

Use the Options property to specify the SymbolOptions.Margin, SymbolOptions.SkewAngleX and SymbolOptions.SkewAngleY properties for the current symbol view type of the DigitalGaugeControl.

Example

The following example illustrates how to customize options of the MatrixView8x14 object.

View Example

xaml
<dxga:MatrixView8x14.Options>
    <dxga:SymbolOptions SkewAngleX="5" SkewAngleY="5" />
</dxga:MatrixView8x14.Options>

See Also

SymbolViewBase Class

SymbolViewBase Members

DevExpress.Xpf.Gauges Namespace