Class ContainerHeader
Represents a title of container elements of the diagram control.
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 |