Back to Devexpress

DigitalGaugeControl.Model Property

wpf-devexpress-dot-xpf-dot-gauges-dot-digitalgaugecontrol-01ded4a0.md

latest2.8 KB
Original Source

DigitalGaugeControl.Model Property

Gets or sets a model for the digital gauge control that is used to draw its elements.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public DigitalGaugeModel Model { get; set; }
vb
Public Property Model As DigitalGaugeModel

Property Value

TypeDescription
DigitalGaugeModel

A DigitalGaugeModel class descendant that is the actual model.

|

Remarks

Use the Model property to choose the most appropriate appearance from the list of available digital gauge models.

The images below illustrate some of matrix 8x14 models:

DigitalDefaultModelDigitalIStyleModel

Example

The following example demonstrates how to specify a model for the digital gauge control.

View Example

xaml
<dxga:DigitalGaugeControl.Model>
    <dxga:DigitalFutureModel />
</dxga:DigitalGaugeControl.Model>

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

wpf-gauges-set-width-and-height-of-symbols-in-digital-gauge-control/CS/MainWindow.xaml#L12

xml
</dxga:DigitalGaugeControl.Layers>
<dxga:DigitalGaugeControl.Model>
    <dxga:DigitalCleanWhiteModel/>

See Also

DigitalGaugeControl Class

DigitalGaugeControl Members

DevExpress.Xpf.Gauges Namespace