Interface IContainerHeader
Represents the interface for IContainer header which contains the title text.
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 |
---|
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 |
---|
System.Windows.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 |