menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SolidBrush - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SolidBrush

    Represents a solid Brush.

    Inheritance
    System.Object
    Brush
    SolidBrush
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class SolidBrush : Brush

    Constructors

    SolidBrush()

    Initializes a new instance of the SolidBrush class.

    Declaration
    public SolidBrush()

    SolidBrush(Color)

    Initializes a new instance of the SolidBrush class.

    Declaration
    public SolidBrush(Color color)
    Parameters
    Type Name Description
    Xamarin.Forms.Color color

    Color.

    Properties

    FillColor

    Gets or sets the fill color.

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    The color of the fil.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved