Class ShapeSettingBuilder
Inheritance
System.Object
ShapeSettingBuilder
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class ShapeSettingBuilder
Constructors
ShapeSettingBuilder(ShapeSetting, ShapeLayer)
Declaration
public ShapeSettingBuilder(ShapeSetting shapeSetting, ShapeLayer shapeFileLayer)
Parameters
Fields
shapeLayer
Declaration
public ShapeLayer shapeLayer
Field Value
shapeSetting
Declaration
public ShapeSetting shapeSetting
Field Value
Methods
AutoFill(Boolean)
Declaration
public ShapeSettingBuilder AutoFill(bool autoFill)
Parameters
| Type |
Name |
Description |
| System.Boolean |
autoFill |
|
Returns
ColorPalette(ColorPalette)
Declaration
public ShapeSettingBuilder ColorPalette(ColorPalette shapeColorPalette)
Parameters
Returns
ColorPath(String)
Declaration
public ShapeSettingBuilder ColorPath(string colorPath)
Parameters
| Type |
Name |
Description |
| System.String |
colorPath |
|
Returns
ColorValuePath(String)
Declaration
public ShapeSettingBuilder ColorValuePath(string shapeColorValuePath)
Parameters
| Type |
Name |
Description |
| System.String |
shapeColorValuePath |
|
Returns
CustomPalette(List<String>)
Declaration
public ShapeSettingBuilder CustomPalette(List<string> customPalette)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.String> |
customPalette |
|
Returns
EnableGradient(Boolean)
Declaration
public ShapeSettingBuilder EnableGradient(bool enableGradient)
Parameters
| Type |
Name |
Description |
| System.Boolean |
enableGradient |
|
Returns
EqualColorMappings(Action<EqualColorMappingBuilder>)
Declaration
public ShapeSettingBuilder EqualColorMappings(Action<EqualColorMappingBuilder> colorMapping)
Parameters
Returns
Fill(String)
Declaration
public ShapeSettingBuilder Fill(string shapeFill)
Parameters
| Type |
Name |
Description |
| System.String |
shapeFill |
|
Returns
HighlightBorderWidth(Double)
Declaration
public ShapeSettingBuilder HighlightBorderWidth(double highlightBorderWidth)
Parameters
| Type |
Name |
Description |
| System.Double |
highlightBorderWidth |
|
Returns
HighlightColor(String)
Declaration
public ShapeSettingBuilder HighlightColor(string highlightColor)
Parameters
| Type |
Name |
Description |
| System.String |
highlightColor |
|
Returns
HighlightStroke(String)
Declaration
public ShapeSettingBuilder HighlightStroke(string HighlightStroke)
Parameters
| Type |
Name |
Description |
| System.String |
HighlightStroke |
|
Returns
Radius(Double)
Declaration
public ShapeSettingBuilder Radius(double Radius)
Parameters
| Type |
Name |
Description |
| System.Double |
Radius |
|
Returns
RangeColorMappings(Action<RangeColorMappingBuilder>)
Declaration
public ShapeSettingBuilder RangeColorMappings(Action<RangeColorMappingBuilder> colorMapping)
Parameters
Returns
SelectionColor(String)
Declaration
public ShapeSettingBuilder SelectionColor(string shapeSelectionColor)
Parameters
| Type |
Name |
Description |
| System.String |
shapeSelectionColor |
|
Returns
SelectionStroke(String)
Declaration
public ShapeSettingBuilder SelectionStroke(string shapeSelectionStroke)
Parameters
| Type |
Name |
Description |
| System.String |
shapeSelectionStroke |
|
Returns
SelectionStrokeWidth(Double)
Declaration
public ShapeSettingBuilder SelectionStrokeWidth(double shapeSelectionStrokeWidth)
Parameters
| Type |
Name |
Description |
| System.Double |
shapeSelectionStrokeWidth |
|
Returns
Stroke(String)
Declaration
public ShapeSettingBuilder Stroke(string shapeStroke)
Parameters
| Type |
Name |
Description |
| System.String |
shapeStroke |
|
Returns
StrokeThickness(Double)
Declaration
public ShapeSettingBuilder StrokeThickness(double shapeStrokeThickness)
Parameters
| Type |
Name |
Description |
| System.Double |
shapeStrokeThickness |
|
Returns
ValuePath(String)
Declaration
public ShapeSettingBuilder ValuePath(string shapeValuePath)
Parameters
| Type |
Name |
Description |
| System.String |
shapeValuePath |
|
Returns