alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FillStyleType

    Types of brushes that can be created by a FillStyle.

    Inheritance
    System.Object
    FillStyleType
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class FillStyleType : Enum

    Fields

    Hatch

    Hatch brush.

    Declaration
    public const FillStyleType Hatch
    Field Value
    Type
    FillStyleType

    LinearGradient

    Linear gradient brush.

    Declaration
    public const FillStyleType LinearGradient
    Field Value
    Type
    FillStyleType

    PathGradient

    Path gradient brush. Reserved for internal use.

    Declaration
    public const FillStyleType PathGradient
    Field Value
    Type
    FillStyleType

    Solid

    Solid brush.

    Declaration
    public const FillStyleType Solid
    Field Value
    Type
    FillStyleType

    Texture

    Text brush.

    Declaration
    public const FillStyleType Texture
    Field Value
    Type
    FillStyleType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved