WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IContainerHeader

    Show / Hide Table of Contents

    Interface IContainerHeader

    Represents the interface for IContainer header which contains the title text.

    Inherited Members
    IDiagramElement.Key
    IID.ID
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IContainerHeader : IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Annotation

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

    Declaration
    IAnnotation Annotation { get; set; }
    Property Value
    Type Description
    IAnnotation

    Info

    Gets or sets the more / additional information about the Container's header block.

    Declaration
    IContainerHeaderInfo Info { get; set; }
    Property Value
    Type Description
    IContainerHeaderInfo

    ShapeStyle

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

    Declaration
    Style ShapeStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    UnitHeight

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

    Declaration
    double UnitHeight { get; set; }
    Property Value
    Type Description
    System.Double

    UnitWidth

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

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