FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ShapeField Class / ShapeBackground Property

In This Topic
    ShapeBackground Property
    In This Topic
    Gets or sets the C1.Xaml.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