WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FillData - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FillData

    Represents filling properties.

    Inheritance
    System.Object
    EntityBase
    XDLSSerializableBase
    FormatBase
    FillData
    Implements
    IEntityBase
    IXDLSSerializable
    Inherited Members
    FormatBase.m_keysOffset
    FormatBase.ImportContainer(FormatBase)
    FormatBase.ImportMembers(FormatBase)
    FormatBase.HasKey(Int32)
    FormatBase.GetDefComposite(Int32)
    FormatBase.EnsureComposites()
    FormatBase.EnsureComposites(Int32[])
    FormatBase.GetBaseKey(Int32)
    FormatBase.GetFullKey(Int32)
    FormatBase.GetDefComposite(Int32, FormatBase)
    FormatBase.IsDefault
    FormatBase.PropertiesHash
    FormatBase.Item[Int32]
    XDLSSerializableBase.m_id
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.InitXDLSHolder()
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    EntityBase.SetOwner(IEntityBase)
    EntityBase.Owner
    EntityBase.Document
    EntityBase.DocumentEx
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public class FillData : FormatBase, IEntityBase, IXDLSSerializable

    Fields

    ColorKey

    Declaration
    protected const int ColorKey = 2
    Field Value
    Type Description
    System.Int32

    GradientFillKey

    Declaration
    protected const int GradientFillKey = 3
    Field Value
    Type Description
    System.Int32

    GrColorEndKey

    Declaration
    protected const int GrColorEndKey = 5
    Field Value
    Type Description
    System.Int32

    GrColorStartKey

    Declaration
    protected const int GrColorStartKey = 4
    Field Value
    Type Description
    System.Int32

    GrModeKey

    Declaration
    protected const int GrModeKey = 6
    Field Value
    Type Description
    System.Int32

    NoFillKey

    Declaration
    protected const int NoFillKey = 1
    Field Value
    Type Description
    System.Int32

    Properties

    Color

    Gets / sets filling color.

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

    GradientColorEnd

    Gets / sets gradient end color .

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

    GradientColorStart

    Gets / sets gradient start color .

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

    GradientFill

    Gets / sets gradient fill setting.

    Declaration
    public bool GradientFill { get; set; }
    Property Value
    Type Description
    System.Boolean

    GradientMode

    Gets / sets gradient fill mode.

    Declaration
    public LinearGradientMode GradientMode { get; set; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.LinearGradientMode

    NoFill

    Gets / sets Enable filling setting.

    Declaration
    public bool NoFill { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetDefValue(Int32)

    Declaration
    protected override object GetDefValue(int key)
    Parameters
    Type Name Description
    System.Int32 key
    Returns
    Type Description
    System.Object
    Overrides
    FormatBase.GetDefValue(Int32)

    ReadXmlAttributes(IXDLSAttributeReader)

    Overloaded. Reads attributes.

    Declaration
    protected override void ReadXmlAttributes(IXDLSAttributeReader reader)
    Parameters
    Type Name Description
    IXDLSAttributeReader reader

    Reader object.

    Overrides
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)

    WriteXmlAttributes(IXDLSAttributeWriter)

    Overloaded. Writes data to XML.

    Declaration
    protected override void WriteXmlAttributes(IXDLSAttributeWriter writer)
    Parameters
    Type Name Description
    IXDLSAttributeWriter writer

    Writer object.

    Overrides
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)

    Implements

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