Skip to main content

SymbolOptions Members

Contains options that define the layout of symbols inside the symbols panel.

Constructors

Name Description
SymbolOptions() Initializes a new instance of the SymbolOptions class with default settings.

Fields

Name Description
MarginProperty static Identifies the SymbolOptions.Margin dependency property.
SkewAngleXProperty static Identifies the SymbolOptions.SkewAngleX dependency property.
SkewAngleYProperty static Identifies the SymbolOptions.SkewAngleY dependency property.

Properties

Name Description
Margin Gets or sets the margin of a digital gauge symbol.
SkewAngleX Gets or sets a skew angle of a symbol along the X axis.
SkewAngleY Gets or sets a skew angle of a symbol along the Y-axis.

Events

Name Description
PropertyChanged Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject.
See Also