Class HelperCharStyle
Chart style helper
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Utility.Windows.dll
Syntax
public class HelperCharStyle : IBaseHelper
Remarks
used in two cases -- first : to populate HelperCharStyle Hashtable from StyleSheets ( .ctor() ) second -- to apply styles ( .ctor( ref RichTextBoxAdv, Hashtable ) )
Constructors
HelperCharStyle()
Initializes a new instance of the HelperCharStyle class.
Declaration
public HelperCharStyle()
HelperCharStyle(ref RichTextBoxAdv, Hashtable)
Initializes a new instance of the HelperCharStyle class.
Declaration
public HelperCharStyle(ref RichTextBoxAdv rtfTemp, Hashtable hashFaceNames)
Parameters
Type | Name | Description |
---|---|---|
RichTextBoxAdv | rtfTemp | The RTF. |
System.Collections.Hashtable | hashFaceNames | The hash face names. |
Properties
Case
Gets or sets the case.
Declaration
public int Case { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The case. |
DoubleUnderline
Gets or sets the double underline.
Declaration
public int DoubleUnderline { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The double underline. |
FontID
Gets or sets the font ID.
Declaration
public int FontID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The font ID. |
FontScale
Gets or sets the font scale.
Declaration
public float FontScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The font scale. |
InheritedFrom
Gets or sets the inherited value.
Declaration
public int InheritedFrom { get; set; }
Property Value
Type |
---|
System.Int32 |
LangID
Gets or sets the lang ID.
Declaration
public int LangID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The lang ID. |
Position
Gets or sets the position.
Declaration
public int Position { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The position. |
RTL
Gets or sets the RTL.
Declaration
public int RTL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RTL. |
SearchFor
Gets the search.
Declaration
public string SearchFor { get; }
Property Value
Type |
---|
System.String |
Spacing
Gets or sets the spacing.
Declaration
public int Spacing { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The spacing. |
StrikeThrough
Gets or sets the strike through.
Declaration
public int StrikeThrough { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The strike through. |
Style
Gets or sets the style.
Declaration
public CharFontStyle Style { get; set; }
Property Value
Type | Description |
---|---|
CharFontStyle | The style. |
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the text. |
TextSize
Gets or sets the size of the text.
Declaration
public float TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The size of the text. |
UseVertical
Gets or sets the use vertical.
Declaration
public int UseVertical { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The use vertical. |
Methods
Appliable(Int32)
Appliables the specified appliable.
Declaration
public void Appliable(int Appliable)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Appliable | The appliable. |
ApplyStyle(INode)
Applies the style.
Declaration
public void ApplyStyle(INode node)
Parameters
Type | Name | Description |
---|---|---|
INode | node | The node. |
Inherit(IBaseHelper)
Inherits the specified base helper.
Declaration
public int Inherit(IBaseHelper hlpFromm)
Parameters
Type | Name | Description |
---|---|---|
IBaseHelper | hlpFromm | The base helper. |
Returns
Type | Description |
---|---|
System.Int32 | Base helper value. |