menu

WPF

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

    Show / Hide Table of Contents

    Class ContainerHeader

    Represents a title of container elements of the diagram control.

    Inheritance
    System.Object
    DiagramElement
    ContainerHeader
    Inherited Members
    DiagramElement.Key
    DiagramElement.Raw
    DiagramElement.Type
    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.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class ContainerHeader : DiagramElement

    Constructors

    ContainerHeader()

    Declaration
    public ContainerHeader()

    Properties

    Annotation

    Represent a block of text that can be displayed over a Header of IContainer.

    Declaration
    public Annotation Annotation { get; set; }
    Property Value
    Type
    Annotation

    Attributes

    Gets or sets the attributes of a Container's header block.

    Declaration
    public Dictionary<string, object> Attributes { get; set; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Height

    Gets or sets the height of the Container's header block.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    ID

    Gets or set the ID value of the ContainerHeader.

    Declaration
    public object ID { get; set; }
    Property Value
    Type
    System.Object

    ShapeStyle

    Gets or sets the style of the ContainerHeader.

    Declaration
    public DiagramXmlSerializer<Style> ShapeStyle { get; set; }
    Property Value
    Type
    DiagramXmlSerializer<System.Windows.Style>

    Width

    Gets or sets the width of the Container's header block.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved