menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SolidBrush

    Represents a solid Brush.

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

    Constructors

    SolidBrush(Color)

    Initializes a new instance of the SolidBrush class.

    Declaration
    public SolidBrush(Color color)
    Parameters
    Type Name Description
    Android.Graphics.Color color

    color value.

    Properties

    FillColor

    Gets or sets the fill color.

    Declaration
    public Color FillColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    The color of the fill.

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