ShapeBackground Property (ShapeField)
In This Topic
Gets or sets the
C1.Win.Document.C1Brush-derived object used to fill the internal areas of the shape.
Syntax
'Declaration
Public Property ShapeBackground As C1Brush
public C1Brush ShapeBackground {get; set;}
See Also