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

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.v18.2.dll

Declaration

public SymbolOptions Options { get; set; }

Property Value

Type Description
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.

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

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