menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IContainerHeader - UWP API Reference | Syncfusion

    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.UWP.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
    IAnnotation

    Info

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

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

    ShapeStyle

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

    Declaration
    Style ShapeStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    UnitHeight

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

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

    UnitWidth

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

    Declaration
    double UnitWidth { 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