SymbolViewBase Members
A base class for all symbol view types of a digital gauge control.Constructors
| Name | Description |
|---|---|
| SymbolViewBase() | Initializes a new instance of the SymbolViewBase class with default settings. |
Fields
| Name | Description |
|---|---|
| AnimationProperty static | Identifies the SymbolViewBase.Animation dependency property. |
| CustomSymbolMappingProperty static | Identifies the SymbolViewBase.CustomSymbolMapping dependency property. |
| HeightProperty static | Identifies the SymbolViewBase.Height dependency property. |
| OptionsProperty static | Identifies the SymbolViewBase.Options dependency property. |
| WidthProperty static | Identifies the SymbolViewBase.Width dependency property. |
Properties
| Name | Description |
|---|---|
| Animation | Provides access to the animation object that allows you to customize animation for the current symbol view type. |
| CustomSymbolMapping | Provides elements that are used in custom symbol mapping. |
| Height | Specifies the symbol’s height for the current symbol view. |
| Options | Provides access to the settings that specify the symbol view position on the symbols panel. |
| Width | Specifies the symbol’s width for the current symbol view. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also