Class HeadDecorator
Head decorator.
Implements
System.ICloneable
System.Runtime.Serialization.ISerializable
System.IDisposable
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 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
Dispose()
Declaration
public override void Dispose()
Overrides
GetPropertyContainerName()
Gets the name of the property container.
Declaration
protected override string GetPropertyContainerName()
Returns
Type |
---|
System.String |
Overrides
Implements
System.ICloneable
System.Runtime.Serialization.ISerializable
System.IDisposable