CustomMatrix5x8Presentation Members
Contains presentation settings that specify the segment appearance.Constructors
| Name | Description |
|---|---|
| CustomMatrix5x8Presentation() | Initializes a new instance of the CustomMatrix5x8Presentation class. |
Fields
| Name | Description |
|---|---|
| ActiveSegmentTemplateProperty static | Identifies the ActiveSegmentTemplate dependency property. |
| InactiveSegmentTemplateProperty static | Identifies the InactiveSegmentTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| ActiveSegmentTemplate | Gets or sets a template that configures the active segment appearance. This is a dependency property. |
| InactiveSegmentTemplate | Gets or sets a template that configures the inactive segment appearance. This is a dependency property. |
| PresentationName | Returns the current presentation name. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also