WinForms

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

    Show / Hide Table of Contents

    Class HeadDecorator

    Head decorator.

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

    Constructors

    HeadDecorator()

    Initializes a new instance of the HeadDecorator class.

    Declaration
    public HeadDecorator()

    HeadDecorator(HeadDecorator)

    Initializes a new instance of the HeadDecorator class.

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

    The SRC.

    HeadDecorator(GraphicsPath)

    Initializes a new instance of the HeadDecorator class.

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

    The GRFX path.

    HeadDecorator(SerializationInfo, StreamingContext)

    Initializes a new instance of the HeadDecorator class.

    Declaration
    protected HeadDecorator(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 Description
    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 - 2022 Syncfusion Inc. All Rights Reserved