NodeShape.CreateBackgroundGradientField(String) Method

Definition

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:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::AreaField ^ CreateBackgroundGradientField(System::String ^ fieldName);
protected virtual Microsoft.VisualStudio.Modeling.Diagrams.AreaField CreateBackgroundGradientField (string fieldName);
abstract member CreateBackgroundGradientField : string -> Microsoft.VisualStudio.Modeling.Diagrams.AreaField
override this.CreateBackgroundGradientField : string -> Microsoft.VisualStudio.Modeling.Diagrams.AreaField
Protected Overridable Function CreateBackgroundGradientField (fieldName As String) As AreaField

Parameters

fieldName
String

Returns

Applies to