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

SymbolOptions.Margin Property

Gets or sets the margin of a digital gauge symbol.

Namespace: DevExpress.Xpf.Gauges

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

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
FourteenSegmentsView
.Options.Margin
MatrixView
.Options.Margin
MatrixView5x8
.Options.Margin
MatrixView8x14
.Options.Margin
SegmentsView
.Options.Margin
SevenSegmentsView
.Options.Margin
SymbolViewBase
.Options.Margin
See Also