menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ContainerHeader - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram.Serializer
    Assembly: Syncfusion.SfDiagram.UWP.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

    Width

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

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved