Skip to main content

SymbolOptions.Margin Property

Gets or sets the margin of a digital gauge symbol.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public Thickness Margin { get; set; }

Property Value

Type Description
Thickness

A Thickness value.

Property Paths

You can access this nested property as listed below:

Object Type Path to Margin
SymbolViewBase
.Options .Margin
See Also