menu

WinForms

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

    Show / Hide Table of Contents

    Class HeadDecoratorWrapper

    Inheritance
    System.Object
    HeadDecoratorWrapper
    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 HeadDecoratorWrapper

    Constructors

    HeadDecoratorWrapper()

    Declaration
    public HeadDecoratorWrapper()

    Properties

    decoratorShape

    Declaration
    public DecoratorShape decoratorShape { get; set; }
    Property Value
    Type
    DecoratorShape

    FillStyle

    Declaration
    public FillStyleWrapper FillStyle { get; set; }
    Property Value
    Type
    FillStyleWrapper

    InheritContainerMeasureUnits

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

    LineStyle

    Declaration
    public LineStyleWrapper LineStyle { get; set; }
    Property Value
    Type
    LineStyleWrapper

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    PathPoint

    Declaration
    public PointF[] PathPoint { get; set; }
    Property Value
    Type
    System.Drawing.PointF[]

    PathType

    Declaration
    public byte[] PathType { get; set; }
    Property Value
    Type
    System.Byte[]

    Size

    Declaration
    public SizeF Size { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    Methods

    Deserialize(Decorator)

    Declaration
    public void Deserialize(Decorator decorator)
    Parameters
    Type Name Description
    Decorator decorator

    Serialize(Decorator)

    Declaration
    public void Serialize(Decorator decorator)
    Parameters
    Type Name Description
    Decorator decorator
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved