Skip to main content

LayerBase Members

Serves as the base class for all layers.

Constructors

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

Fields

Name Description
VisibleProperty static Identifies the LayerBase.Visible dependency property.

Properties

Name Description
Visible Gets or sets whether the layer is visible.

Events

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