AmbientTheme.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 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.