Share via


AreaField Class

A shape field that defines a color gradient to fill the background of a shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Class AreaField _
    Inherits ShapeField
'Usage
Dim instance As AreaField
public class AreaField : ShapeField
public ref class AreaField : public ShapeField
public class AreaField extends ShapeField

Examples

For related examples, see ShapeField and ImageField.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
    Microsoft.VisualStudio.Modeling.Diagrams.AreaField
      Microsoft.VisualStudio.Modeling.Diagrams.CompartmentShapeAreaField

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AreaField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace