CompartmentShape.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:
 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

Returns

Applies to