menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FillStyleWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FillStyleWrapper

    Inheritance
    System.Object
    FillStyleWrapper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class FillStyleWrapper

    Constructors

    FillStyleWrapper()

    Declaration
    public FillStyleWrapper()

    Properties

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type
    System.Drawing.Color

    ColorAlphaFactor

    Declaration
    public int ColorAlphaFactor { get; set; }
    Property Value
    Type
    System.Int32

    ForeColor

    Declaration
    public Color ForeColor { get; set; }
    Property Value
    Type
    System.Drawing.Color

    ForeColorAlphaFactor

    Declaration
    public int ForeColorAlphaFactor { get; set; }
    Property Value
    Type
    System.Int32

    GradientAngle

    Declaration
    public float GradientAngle { get; set; }
    Property Value
    Type
    System.Single

    GradientCenter

    Declaration
    public float GradientCenter { get; set; }
    Property Value
    Type
    System.Single

    HatchBrushStyle

    Declaration
    public HatchStyle HatchBrushStyle { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.HatchStyle

    PathStyle

    Declaration
    public string PathStyle { get; set; }
    Property Value
    Type
    System.String

    Texture

    Declaration
    public Image Texture { get; set; }
    Property Value
    Type
    System.Drawing.Image

    TextureWrapMode

    Declaration
    public WrapMode TextureWrapMode { get; set; }
    Property Value
    Type
    System.Drawing.Drawing2D.WrapMode

    Type

    Declaration
    public FillStyleType Type { get; set; }
    Property Value
    Type
    FillStyleType

    Methods

    DeSerialize(FillStyle)

    Declaration
    public void DeSerialize(FillStyle fillStyle)
    Parameters
    Type Name Description
    FillStyle fillStyle

    Serialize(FillStyle)

    Declaration
    public void Serialize(FillStyle fillStyle)
    Parameters
    Type Name Description
    FillStyle fillStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved