Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Gauges

#Declaration

public DigitalGaugeModel Model { get; set; }

#Property Value

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

DigitalDefaultModel DigitalIStyleModel
Matrix8x14_DigitalDefaultModel Matrix8x14_DigitalIStyleModel

#Example

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

View Example

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

The following code snippets (auto-collected from DevExpress Examples) contain references 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.

See Also