CompartmentShape.CreateBackgroundGradientField(String) 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.
Creates the AreaField which covers the background area of the shape and displays the gradient fill. Derived classes may override this to change the type of field that is created.
protected:
override Microsoft::VisualStudio::Modeling::Diagrams::AreaField ^ CreateBackgroundGradientField(System::String ^ fieldName);
protected override Microsoft.VisualStudio.Modeling.Diagrams.AreaField CreateBackgroundGradientField (string fieldName);
override this.CreateBackgroundGradientField : string -> Microsoft.VisualStudio.Modeling.Diagrams.AreaField
Protected Overrides Function CreateBackgroundGradientField (fieldName As String) As AreaField
Parameters
- fieldName
- String