update 20250819 sf

This commit is contained in:
Stefan Hutter
2025-08-19 19:00:42 +02:00
parent 3d19016ba1
commit c417227651
287 changed files with 3494578 additions and 3448594 deletions

View File

@@ -111,16 +111,6 @@
Progress form used to display the visio palette conversion.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.IStop">
<summary>
Interface to stop the progress form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.IStop.CloseForm">
<summary>
Closes the form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.ProgressDialog.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Diagram.ProgressDialog"/> class.
@@ -143,123 +133,21 @@
Closes the form.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.IStop">
<summary>
Interface to stop the progress form.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.IStop.CloseForm">
<summary>
Closes the form.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv">
<summary>
RichTextBoxAdv class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.m_iLockCounter">
<summary>
Redrawing locking calls counter. Allow to ignore unneeded control (un)locking.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.m_iEventMask">
<summary>
Special mask of Richedit control. It stored by BeginUpdate method and required
for proper unlocking. User must not change it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.BeginUpdate">
<summary>
Lock control updating till proper call of EndUpdate Method. Each call
of BeginUpdate must be corresponding EndUpdate, otherwise control redrawing
will be locked
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.EndUpdate">
<summary>
UnLock control update
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.OnRtfChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:RtfChanged"/> event.
</summary>
<param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineSelection(System.Int32,System.Int32,Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineStyle,Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineColor)">
<summary>
Underlines the selection.
</summary>
<param name="position">The position.</param>
<param name="length">The length.</param>
<param name="style">The style.</param>
<param name="color">The color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.GetCharFormat">
<summary>
Gets the char format.
</summary>
<returns>CHAR format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.ToggleSelectionFontStyle(System.Drawing.FontStyle)">
<summary>
Toggles the selection font style.
</summary>
<param name="value">The value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.OnHandleCreated(System.EventArgs)">
<summary>
This member overrides
<see cref="T:System.Windows.Forms.Control"/>.OnHandleCreated.
</summary>
<param name="e">Event args.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.RemoveTheme">
<summary>
Removes the themed style from the specified window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionBackColor">
<summary>
Gets or sets the selections background color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionAlignment">
<summary>
Gets or sets the alignment to apply to the current
selection or insertion point.
</summary>
<remarks>
Replaces the SelectionAlignment from
<see cref="T:System.Windows.Forms.RichTextBox"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.Rtf">
<summary>
Gets or sets the Rtf string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.Text">
<summary>
Gets or sets the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.TextLength">
<summary>
Gets the string length.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionUnderlineColor">
<summary>
Gets or sets the underline color to apply to the
current selection or insertion point.
</summary>
<remarks>
Underline colors can be set to any value of the
<see cref="T:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineColor"/> enumeration.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionUnderlineStyle">
<summary>
Gets or sets the underline style to apply to the
current selection or insertion point.
</summary>
<remarks>
Underline styles can be set to any value of the
<see cref="T:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineStyle"/> enumeration.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineColor">
<summary>
Underline Colors
@@ -465,6 +353,118 @@
The text is justified.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.m_iLockCounter">
<summary>
Redrawing locking calls counter. Allow to ignore unneeded control (un)locking.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.m_iEventMask">
<summary>
Special mask of Richedit control. It stored by BeginUpdate method and required
for proper unlocking. User must not change it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionBackColor">
<summary>
Gets or sets the selections background color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionAlignment">
<summary>
Gets or sets the alignment to apply to the current
selection or insertion point.
</summary>
<remarks>
Replaces the SelectionAlignment from
<see cref="T:System.Windows.Forms.RichTextBox"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.Rtf">
<summary>
Gets or sets the Rtf string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.Text">
<summary>
Gets or sets the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.TextLength">
<summary>
Gets the string length.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionUnderlineColor">
<summary>
Gets or sets the underline color to apply to the
current selection or insertion point.
</summary>
<remarks>
Underline colors can be set to any value of the
<see cref="T:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineColor"/> enumeration.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.SelectionUnderlineStyle">
<summary>
Gets or sets the underline style to apply to the
current selection or insertion point.
</summary>
<remarks>
Underline styles can be set to any value of the
<see cref="T:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineStyle"/> enumeration.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.BeginUpdate">
<summary>
Lock control updating till proper call of EndUpdate Method. Each call
of BeginUpdate must be corresponding EndUpdate, otherwise control redrawing
will be locked
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.EndUpdate">
<summary>
UnLock control update
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.OnRtfChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:RtfChanged"/> event.
</summary>
<param name="args">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineSelection(System.Int32,System.Int32,Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineStyle,Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.UnderlineColor)">
<summary>
Underlines the selection.
</summary>
<param name="position">The position.</param>
<param name="length">The length.</param>
<param name="style">The style.</param>
<param name="color">The color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.GetCharFormat">
<summary>
Gets the char format.
</summary>
<returns>CHAR format.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.ToggleSelectionFontStyle(System.Drawing.FontStyle)">
<summary>
Toggles the selection font style.
</summary>
<param name="value">The value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.OnHandleCreated(System.EventArgs)">
<summary>
This member overrides
<see cref="T:System.Windows.Forms.Control"/>.OnHandleCreated.
</summary>
<param name="e">Event args.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.RichTextBoxAdv.RemoveTheme">
<summary>
Removes the themed style from the specified window.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.VisioStencilConvert">
<summary>
Visio stencil converter is used to convert Visio stencils (*.vss)
@@ -491,6 +491,12 @@
<param name="strTempDir">The temp dir.</param>
<param name="ignoreStyles">Ignore styles, if set to true.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.VisioStencilConvert.HashMasterScale">
<summary>
Gets the hash master scale.
</summary>
<value>The hash master scale.</value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.VisioStencilConvert.InternalConvert">
<summary>
Convert internally.
@@ -507,12 +513,6 @@
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.VisioStencilConvert.HashMasterScale">
<summary>
Gets the hash master scale.
</summary>
<value>The hash master scale.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.VisioStencilConverter">
<summary>
The VisioStencilConverter is a utility class that converts Visio stencil files (*.vss files) into Essential Diagram
@@ -541,17 +541,6 @@
<param name="strFileName">The Visio stencil file.</param>
<param name="parent">The form hosting the converter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.VisioStencilConverter.Convert">
<summary>
Converts the Visio stencil into an Essential Diagram symbol palette.
</summary>
<returns>The <see cref="T:Syncfusion.Windows.Forms.Diagram.SymbolPalette"/> instance generated from the stencil.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.VisioStencilConverter.Dispose">
<summary>
Disposes the VisioStencilConverter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.VisioStencilConverter.TemporaryDirectory">
<summary>
Gets or sets a value indcating whether temporary directory used by Visio converter to store temp files.
@@ -572,11 +561,32 @@
not be extended to the diagram symbolmodel, and the symbols will retain the default fill values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.VisioStencilConverter.Convert">
<summary>
Converts the Visio stencil into an Essential Diagram symbol palette.
</summary>
<returns>The <see cref="T:Syncfusion.Windows.Forms.Diagram.SymbolPalette"/> instance generated from the stencil.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.VisioStencilConverter.Dispose">
<summary>
Disposes the VisioStencilConverter.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.IBaseHelper">
<summary>
Base helper interface.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.IBaseHelper.InheritedFrom">
<summary>
Gets or sets the inherited value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.IBaseHelper.SearchFor">
<summary>
Gets the search for.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.IBaseHelper.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Inherits the specified base helper.
@@ -596,16 +606,6 @@
</summary>
<param name="nAppliable">Appilable one</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.IBaseHelper.InheritedFrom">
<summary>
Gets or sets the inherited value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.IBaseHelper.SearchFor">
<summary>
Gets the search for.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.HelperLineStyle">
<summary>
Line Style helper
@@ -616,25 +616,6 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Diagram.HelperLineStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Returns StyleSheet ID to inherit from
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>The helper value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable one.
</summary>
<param name="nAppliable">Appliable one.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.NoLine">
<summary>
Gets or sets a value indicating whether no line should be drawn.
@@ -683,6 +664,25 @@
</summary>
<value></value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Returns StyleSheet ID to inherit from
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>The helper value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperLineStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable one.
</summary>
<param name="nAppliable">Appliable one.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.HelperFillStyle">
<summary>
Fill Style Helper.
@@ -693,31 +693,6 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Diagram.HelperFillStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Returns StyleSheet ID to inherit from
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>The helper value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable one.
</summary>
<param name="nAppliable">Appliable one.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.ApplyShadowStyle(Syncfusion.Windows.Forms.Diagram.Node)">
<summary>
Update the node shadow.
</summary>
<param name="node">The node.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.NoFill">
<summary>
Gets or sets a value indicating whether fill is needed.
@@ -807,6 +782,31 @@
</summary>
<value></value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Returns StyleSheet ID to inherit from
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>The helper value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable one.
</summary>
<param name="nAppliable">Appliable one.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperFillStyle.ApplyShadowStyle(Syncfusion.Windows.Forms.Diagram.Node)">
<summary>
Update the node shadow.
</summary>
<param name="node">The node.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle">
<summary>
Text Block Style Helper.
@@ -817,6 +817,24 @@
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.TextBackground">
<summary>
Gets or sets the text background.
</summary>
<value>The text background.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.SearchFor">
<summary>
Gets the search.
</summary>
<value></value>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.InheritedFrom">
<summary>
Gets or sets the inherited value.
</summary>
<value></value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable.
@@ -836,24 +854,6 @@
<param name="hlpFromm">The base helper.</param>
<returns>Base helper value.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.TextBackground">
<summary>
Gets or sets the text background.
</summary>
<value>The text background.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.SearchFor">
<summary>
Gets the search.
</summary>
<value></value>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperTextBlockStyle.InheritedFrom">
<summary>
Gets or sets the inherited value.
</summary>
<value></value>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.HelperCharStyle">
<summary>
Chart style helper
@@ -875,25 +875,6 @@
<param name="rtfTemp">The RTF.</param>
<param name="hashFaceNames">The hash face names.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable.
</summary>
<param name="Appliable">The appliable.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Inherits the specified base helper.
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>Base helper value.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.FontID">
<summary>
Gets or sets the font ID.
@@ -984,6 +965,25 @@
</summary>
<value></value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable.
</summary>
<param name="Appliable">The appliable.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperCharStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Inherits the specified base helper.
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>Base helper value.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.HelperParaStyle">
<summary>
Para style helper
@@ -1000,25 +1000,6 @@
</summary>
<param name="rtfBox">The RTF box.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable.
</summary>
<param name="Appliable">The appliable.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Inherits the specified base helper.
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>Base helper value.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.IndFirst">
<summary>
Gets or sets the indent first.
@@ -1079,19 +1060,30 @@
</summary>
<value></value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.Appliable(System.Int32)">
<summary>
Appliables the specified appliable.
</summary>
<param name="Appliable">The appliable.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.ApplyStyle(Syncfusion.Windows.Forms.Diagram.INode)">
<summary>
Applies the style.
</summary>
<param name="node">The node.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.HelperParaStyle.Inherit(Syncfusion.Windows.Forms.Diagram.IBaseHelper)">
<summary>
Inherits the specified base helper.
</summary>
<param name="hlpFromm">The base helper.</param>
<returns>Base helper value.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Diagram.XForm">
<summary>
X form class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.XForm.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>
A new object that is a copy of this instance.
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.XForm.ClosedPathNode">
<summary>
Gets or sets a value indicating whether path node is closed.
@@ -1152,6 +1144,14 @@
</summary>
<value>The height.</value>
</member>
<member name="M:Syncfusion.Windows.Forms.Diagram.XForm.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>
A new object that is a copy of this instance.
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Diagram.XForm.ScratchX">
<summary>
Gets or sets the scratch X.