Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SolidBrush

    Represents a solid Brush.

    Inheritance
    System.Object
    Brush
    SolidBrush
    Implements
    ICloneable
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class SolidBrush : Brush, ICloneable

    Constructors

    SolidBrush(UIColor)

    Initializes a new instance of the SolidBrush class.

    Declaration
    public SolidBrush(UIColor color)
    Parameters
    Type Name Description
    UIKit.UIColor color

    Colors value.

    Properties

    FillColor

    Gets or sets the fill color.

    Declaration
    public UIColor FillColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the fill.

    Methods

    Clone()

    Clone value.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    return Clone.

    Implements

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