Skip to main content
All docs
V26.1
  • CustomLinearScaleLevelBarPresentation Members

    Contains presentation settings that specify the level bar appearance.

    Constructors

    Name Description
    CustomLinearScaleLevelBarPresentation() Initializes a new instance of the CustomLinearScaleLevelBarPresentation class.

    Fields

    Name Description
    LevelBarBackgroundTemplateProperty static Identifies the LevelBarBackgroundTemplate dependency property.
    LevelBarForegroundTemplateProperty static Identifies the LevelBarForegroundTemplate dependency property.

    Properties

    Name Description
    LevelBarBackgroundTemplate Gets or sets a template that configures the level bar background appearance. This is a dependency property.
    LevelBarForegroundTemplate Gets or sets a template that configures the level bar foreground 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