CompositeDesignerTheme.OnAmbientPropertyChanged(AmbientProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the CompositeDesignerTheme object that the ambient property settings for the designer have changed.
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 which the composite designer theme should now use.
Remarks
When this method is called it sets the BackColorStart and BackColorEnd properties to Empty.
The AmbientProperty enumeration determines where a designer theme obtains its ambient property settings. If the DesignerSize value is set, the designer theme class obtains its ambient settings from the AmbientTheme property. If the DesignerSize value is set, the designer theme class obtains its ambient settings from the operating system on which the designer is installed.