Skip to main content

SevenSegmentsView Members

A seven segments symbols panel type of digital gauge control.

Constructors

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

Fields

Name Description
AnimationProperty static Identifies the SymbolViewBase.Animation dependency property. Inherited from SymbolViewBase.
CustomSymbolMappingProperty static Identifies the SymbolViewBase.CustomSymbolMapping dependency property. Inherited from SymbolViewBase.
HeightProperty static Identifies the SymbolViewBase.Height dependency property. Inherited from SymbolViewBase.
OptionsProperty static Identifies the SymbolViewBase.Options dependency property. Inherited from SymbolViewBase.
PresentationProperty static Identifies the SevenSegmentsView.Presentation dependency property.
SymbolMappingProperty static Identifies the SegmentsView.SymbolMapping dependency property. Inherited from SegmentsView.
WidthProperty static Identifies the SymbolViewBase.Width dependency property. Inherited from SymbolViewBase.

Properties

Name Description
Animation Provides access to the animation object that allows you to customize animation for the current symbol view type. Inherited from SymbolViewBase.
CustomSymbolMapping Provides elements that are used in custom symbol mapping. Inherited from SymbolViewBase.
Height Specifies the symbol’s height for the current symbol view. Inherited from SymbolViewBase.
Options Provides access to the settings that specify the symbol view position on the symbols panel. Inherited from SymbolViewBase.
Presentation Gets or sets the current presentation that specifies the appearance of the seven segment view type.
SymbolMapping For internal use. Provides the information about elements that are used in symbol mapping. Inherited from SegmentsView.
Width Specifies the symbol’s width for the current symbol view. Inherited from SymbolViewBase.

Events

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