WinForms

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

    Show / Hide Table of Contents

    Class BackgroundStyle

    Imitate from FillStyle type that used by TextNode node.

    Inheritance
    System.Object
    PropertyContainer
    FillStyle
    BackgroundStyle
    Implements
    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Inherited Members
    FillStyle.CreateBrush(Graphics, RectangleF)
    FillStyle.ShouldSerializeColor()
    FillStyle.ShouldSerializeForeColor()
    FillStyle.GetObjectData(SerializationInfo, StreamingContext)
    FillStyle.Equals(Object)
    FillStyle.GetHashCode()
    FillStyle.Dispose()
    FillStyle.Color
    FillStyle.ColorAlphaFactor
    FillStyle.ForeColorAlphaFactor
    FillStyle.ForeColor
    FillStyle.Texture
    FillStyle.TextureWrapMode
    FillStyle.GradientAngle
    FillStyle.GradientCenter
    FillStyle.Type
    FillStyle.HatchBrushStyle
    FillStyle.PathBrushStyle
    FillStyle.InheritContainerMeasureUnits
    FillStyle.MeasureUnit
    PropertyContainer.m_propertyObserver
    PropertyContainer.UpdateServiceReferences(IServiceReferenceProvider)
    PropertyContainer.ProvideServiceReference(RuntimeTypeHandle)
    PropertyContainer.RecordPropertyChanged(String)
    PropertyContainer.OnPropertyChanging(String, Object)
    PropertyContainer.OnPropertyChanged(String)
    PropertyContainer.GetPropertyContainerByName(String)
    PropertyContainer.OnMeasureUnitsChanging(MeasureUnits, MeasureUnits)
    PropertyContainer.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    PropertyContainer.IPropertyObserver.OnPropertyChanging(String, String, Object)
    PropertyContainer.IPropertyObserver.OnPropertyChanged(String, String)
    PropertyContainer.PropertyObserber
    PropertyContainer.HistoryService
    PropertyContainer.FullContainerName
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class BackgroundStyle : FillStyle, IServiceReferenceHolder, IServiceReferenceProvider, IPropertyObserver, IPropertyContainer, ICloneable, ISerializable, IDisposable

    Constructors

    BackgroundStyle()

    Initializes a new instance of the BackgroundStyle class.

    Declaration
    public BackgroundStyle()

    BackgroundStyle(BackgroundStyle)

    Initializes a new instance of the BackgroundStyle class.

    Declaration
    public BackgroundStyle(BackgroundStyle src)
    Parameters
    Type Name Description
    BackgroundStyle src

    The source instance.

    BackgroundStyle(SerializationInfo, StreamingContext)

    Initializes a new instance of the BackgroundStyle class.

    Declaration
    protected BackgroundStyle(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The serialization info.

    System.Runtime.Serialization.StreamingContext context

    The context.

    Methods

    Clone()

    Clones this instance.

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

    The cloned object.

    Overrides
    FillStyle.Clone()

    GetPropertyContainerName()

    Gets the name of the property container.

    Declaration
    protected override string GetPropertyContainerName()
    Returns
    Type Description
    System.String

    The property container name.

    Overrides
    FillStyle.GetPropertyContainerName()

    Implements

    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved