ShapeElement.InitializeInstanceResources 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.
Overrides existing resources for this instance of ShapeElement. This method is called after the instance style set has been instantiated. Override this method to modify existing resources for this ShapeElement instance.
protected:
virtual void InitializeInstanceResources();
protected virtual void InitializeInstanceResources ();
abstract member InitializeInstanceResources : unit -> unit
override this.InitializeInstanceResources : unit -> unit
Protected Overridable Sub InitializeInstanceResources ()