StyleableElement.InvalidateStyle 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.
Forces unapply and reapply of the current merged style. This method is intended for infrastructure use (e.g., Hot Reload) and should not be used in application code.
public:
void InvalidateStyle();
public void InvalidateStyle();
member this.InvalidateStyle : unit -> unit
Public Sub InvalidateStyle ()