menu

WinForms

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

    Show / Hide Table of Contents

    Class TailDecorator

    This class is used to draw the tail decorator.

    Inheritance
    System.Object
    PropertyContainer
    Decorator
    TailDecorator
    Implements
    IServiceReferenceHolder
    IServiceReferenceProvider
    IPropertyObserver
    IPropertyContainer
    System.ICloneable
    System.Runtime.Serialization.ISerializable
    System.IDisposable
    Inherited Members
    Decorator.Container
    Decorator.DecoratorShape
    Decorator.Draw(Graphics)
    Decorator.FillStyle
    Decorator.GetObjectData(SerializationInfo, StreamingContext)
    Decorator.GetPropertyContainerByName(String)
    Decorator.GraphicsPath
    Decorator.IsPathClosed
    Decorator.LineStyle
    Decorator.Load(GraphicsPath)
    Decorator.ProvideServiceReference(RuntimeTypeHandle)
    Decorator.Size
    Decorator.UpdateServiceReferences(IServiceReferenceProvider)
    PropertyContainer.FullContainerName
    PropertyContainer.HistoryService
    PropertyContainer.InheritContainerMeasureUnits
    PropertyContainer.IPropertyObserver.OnPropertyChanged(String, String)
    PropertyContainer.IPropertyObserver.OnPropertyChanging(String, String, Object)
    PropertyContainer.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    PropertyContainer.m_propertyObserver
    PropertyContainer.MeasureUnit
    PropertyContainer.OnMeasureUnitsChanging(MeasureUnits, MeasureUnits)
    PropertyContainer.OnPropertyChanged(String)
    PropertyContainer.OnPropertyChanging(String, Object)
    PropertyContainer.PropertyObserber
    PropertyContainer.RecordPropertyChanged(String)
    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 TailDecorator : Decorator, IServiceReferenceHolder, IServiceReferenceProvider, IPropertyObserver, IPropertyContainer, ICloneable, ISerializable, IDisposable

    Constructors

    TailDecorator()

    Initializes a new instance of the TailDecorator class.

    Declaration
    public TailDecorator()

    TailDecorator(TailDecorator)

    Initializes a new instance of the TailDecorator class.

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

    The SRC.

    TailDecorator(GraphicsPath)

    Initializes a new instance of the TailDecorator class.

    Declaration
    public TailDecorator(GraphicsPath grfxPath)
    Parameters
    Type Name Description
    System.Drawing.Drawing2D.GraphicsPath grfxPath

    The GRFX path.

    TailDecorator(SerializationInfo, StreamingContext)

    Initializes a new instance of the TailDecorator class.

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

    The info.

    System.Runtime.Serialization.StreamingContext context

    The context.

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

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

    A new object that is a copy of this instance.

    Overrides
    PropertyContainer.Clone()

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    Decorator.Dispose()

    GetPropertyContainerName()

    Gets the name of the property container.

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

    Implements

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