Interface IBaseHelper
Base helper interface.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public interface IBaseHelper
Properties
InheritedFrom
Gets or sets the inherited value.
Declaration
int InheritedFrom { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
SearchFor
Gets the search for.
Declaration
string SearchFor { get; }
Property Value
| Type |
|---|
| System.String |
Methods
Appliable(Int32)
Applies the specified appliable one.
Declaration
void Appliable(int nAppliable)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | nAppliable | Appilable one |
ApplyStyle(INode)
Applies the style.
Declaration
void ApplyStyle(INode node)
Parameters
| Type | Name | Description |
|---|---|---|
| INode | node | The node. |
Inherit(IBaseHelper)
Inherits the specified base helper.
Declaration
int Inherit(IBaseHelper hlp)
Parameters
| Type | Name | Description |
|---|---|---|
| IBaseHelper | hlp | The base helper. |
Returns
| Type | Description |
|---|---|
| System.Int32 | The value. |