Interface IPropertyContainer
Template interface type that contains Container Name property and GetPropertyContainerByName method.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface IPropertyContainer
Properties
FullContainerName
Gets the full name of the container.
Declaration
string FullContainerName { get; }
Property Value
Type | Description |
---|---|
System.String | The full name of the container. |
Methods
GetPropertyContainerByName(String)
Gets the name of the property container by.
Declaration
object GetPropertyContainerByName(string strPropertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | strPropertyName | Name of the property. |
Returns
Type |
---|
System.Object |