Class CharacterSettingsBuilder
Class for character settings builder.
Inheritance
System.Object
CharacterSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class CharacterSettingsBuilder
Constructors
CharacterSettingsBuilder()
Initializes a new instance of the CharacterSettingsBuilder class.
Declaration
public CharacterSettingsBuilder()
CharacterSettingsBuilder(CharacterSettings)
Initializes a new instance of the CharacterSettingsBuilder class to indicate the character setting.
Declaration
public CharacterSettingsBuilder(CharacterSettings charSettings)
Parameters
Type | Name | Description |
---|---|---|
CharacterSettings | charSettings | The character settings. |
Methods
Count(Int32)
Counts the specified character count.
Declaration
public CharacterSettingsBuilder Count(int charCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | charCount | The character count. |
Returns
Type | Description |
---|---|
CharacterSettingsBuilder |
Opacity(Double)
Opacities the specified character opacity.
Declaration
public CharacterSettingsBuilder Opacity(double charOpacity)
Parameters
Type | Name | Description |
---|---|---|
System.Double | charOpacity | The character opacity. |
Returns
Type | Description |
---|---|
CharacterSettingsBuilder |
Spacing(Double)
Spacings the specified character spacing.
Declaration
public CharacterSettingsBuilder Spacing(double charSpacing)
Parameters
Type | Name | Description |
---|---|---|
System.Double | charSpacing | The character spacing. |
Returns
Type | Description |
---|---|
CharacterSettingsBuilder |
Type(CharacterType)
Types the specified character type.
Declaration
public CharacterSettingsBuilder Type(CharacterType charType)
Parameters
Type | Name | Description |
---|---|---|
CharacterType | charType | Type of the character. |
Returns
Type | Description |
---|---|
CharacterSettingsBuilder |