AmbientTheme.OnAmbientPropertyChanged(AmbientProperty) Method

Definition

Notifies the AmbientTheme when the value of the AmbientProperty enumeration changes.

public:
 override void OnAmbientPropertyChanged(System::Workflow::ComponentModel::Design::AmbientProperty ambientProperty);
public override void OnAmbientPropertyChanged (System.Workflow.ComponentModel.Design.AmbientProperty ambientProperty);
override this.OnAmbientPropertyChanged : System.Workflow.ComponentModel.Design.AmbientProperty -> unit
Public Overrides Sub OnAmbientPropertyChanged (ambientProperty As AmbientProperty)

Parameters

ambientProperty
AmbientProperty

The AmbientProperty enumeration value to which the setting was changed.

Remarks

AmbientProperty specifies the source of ambient theme properties for classes that inherit from the DesignerTheme class. The two possible sources are the operating system and the designer-specified settings.

Applies to