SymbolSegmentsMapping Members
Contains properties to define how a custom symbol should be displayed on a digital gauge control.Constructors
| Name | Description |
|---|---|
| SymbolSegmentsMapping() | Initializes a new instance of the SymbolSegmentsMapping class with default settings. |
Fields
| Name | Description |
|---|---|
| SegmentsStatesProperty static | Identifies the SymbolSegmentsMapping.SegmentsStates dependency property. |
| SymbolProperty static | Identifies the SymbolSegmentsMapping.Symbol dependency property. |
| SymbolTypeProperty static | Identifies the SymbolSegmentsMapping.SymbolType dependency property. |
Properties
| Name | Description |
|---|---|
| SegmentsStates | Specifies appropriate segment states for a desired character. |
| Symbol | Specifies a custom symbol that can be displayed on the symbols panel using symbol segments mapping. |
| SymbolType | Gets or sets a symbol type that is used for displaying a custom symbol on a digital gauge control. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also