Skip to main content

DiagramCustomShapeBuilder Methods

Represents a custom shape.
Name Description
AllowEditImage(JS) Mirrors the client-side allowEditImage option.
AllowEditImage(Boolean) Mirrors the client-side allowEditImage option.
AllowEditText(JS) Mirrors the client-side allowEditText option.
AllowEditText(Boolean) Mirrors the client-side allowEditText option.
AllowResize(JS) Mirrors the client-side allowResize option.
AllowResize(Boolean) Mirrors the client-side allowResize option.
BackgroundImageHeight(JS) Mirrors the client-side backgroundImageHeight option.
BackgroundImageHeight(Double) Mirrors the client-side backgroundImageHeight option.
BackgroundImageLeft(JS) Mirrors the client-side backgroundImageLeft option.
BackgroundImageLeft(Double) Mirrors the client-side backgroundImageLeft option.
BackgroundImageToolboxUrl(JS) Mirrors the client-side backgroundImageToolboxUrl option.
BackgroundImageToolboxUrl(String) Mirrors the client-side backgroundImageToolboxUrl option.
BackgroundImageTop(JS) Mirrors the client-side backgroundImageTop option.
BackgroundImageTop(Double) Mirrors the client-side backgroundImageTop option.
BackgroundImageUrl(JS) Mirrors the client-side backgroundImageUrl option.
BackgroundImageUrl(String) Mirrors the client-side backgroundImageUrl option.
BackgroundImageWidth(JS) Mirrors the client-side backgroundImageWidth option.
BackgroundImageWidth(Double) Mirrors the client-side backgroundImageWidth option.
BaseType(DiagramShapeType) Mirrors the client-side baseType option.
BaseType(JS) Mirrors the client-side baseType option.
BaseType(String) Mirrors the client-side baseType option.
Category(JS) Mirrors the client-side category option.
Category(String) Mirrors the client-side category option.
ConnectionPoints(Action<CollectionFactory<DiagramCustomShapesConnectionPointBuilder>>) Provides access to the client-side connectionPoints option that represents a connection point collection.
DefaultHeight(JS) Mirrors the client-side defaultHeight option.
DefaultHeight(Double) Mirrors the client-side defaultHeight option.
DefaultImageUrl(JS) Mirrors the client-side defaultImageUrl option.
DefaultImageUrl(String) Mirrors the client-side defaultImageUrl option.
DefaultText(JS) Mirrors the client-side defaultText option.
DefaultText(String) Mirrors the client-side defaultText option.
DefaultWidth(JS) Mirrors the client-side defaultWidth option.
DefaultWidth(Double) Mirrors the client-side defaultWidth option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
ImageHeight(JS) Mirrors the client-side imageHeight option.
ImageHeight(Double) Mirrors the client-side imageHeight option.
ImageLeft(JS) Mirrors the client-side imageLeft option.
ImageLeft(Double) Mirrors the client-side imageLeft option.
ImageTop(JS) Mirrors the client-side imageTop option.
ImageTop(Double) Mirrors the client-side imageTop option.
ImageWidth(JS) Mirrors the client-side imageWidth option.
ImageWidth(Double) Mirrors the client-side imageWidth option.
KeepRatioOnAutoSize(JS) Mirrors the client-side keepRatioOnAutoSize option.
KeepRatioOnAutoSize(Boolean) Mirrors the client-side keepRatioOnAutoSize option.
MaxHeight(JS) Mirrors the client-side maxHeight option.
MaxHeight(Double) Mirrors the client-side maxHeight option.
MaxWidth(JS) Mirrors the client-side maxWidth option.
MaxWidth(Double) Mirrors the client-side maxWidth option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinHeight(JS) Mirrors the client-side minHeight option.
MinHeight(Double) Mirrors the client-side minHeight option.
MinWidth(JS) Mirrors the client-side minWidth option.
MinWidth(Double) Mirrors the client-side minWidth option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Template(JS) Specifies the client-side template.
Template(RazorBlock) Specifies the client-side template.
Template(TemplateName) Specifies the client-side template.
Template(String) Specifies the client-side template.
TemplateHeight(JS) Mirrors the client-side templateHeight option.
TemplateHeight(Double) Mirrors the client-side templateHeight option.
TemplateLeft(JS) Mirrors the client-side templateLeft option.
TemplateLeft(Double) Mirrors the client-side templateLeft option.
TemplateTop(JS) Mirrors the client-side templateTop option.
TemplateTop(Double) Mirrors the client-side templateTop option.
TemplateWidth(JS) Mirrors the client-side templateWidth option.
TemplateWidth(Double) Mirrors the client-side templateWidth option.
TextHeight(JS) Mirrors the client-side textHeight option.
TextHeight(Double) Mirrors the client-side textHeight option.
TextLeft(JS) Mirrors the client-side textLeft option.
TextLeft(Double) Mirrors the client-side textLeft option.
TextTop(JS) Mirrors the client-side textTop option.
TextTop(Double) Mirrors the client-side textTop option.
TextWidth(JS) Mirrors the client-side textWidth option.
TextWidth(Double) Mirrors the client-side textWidth option.
Title(JS) Mirrors the client-side title option.
Title(String) Mirrors the client-side title option.
ToolboxTemplate(JS) Mirrors the client-side toolboxTemplate option.
ToolboxTemplate(RazorBlock) Mirrors the client-side toolboxTemplate option.
ToolboxTemplate(TemplateName) Mirrors the client-side toolboxTemplate option.
ToolboxTemplate(String) Mirrors the client-side toolboxTemplate option.
ToolboxWidthToHeightRatio(JS) Mirrors the client-side toolboxWidthToHeightRatio option.
ToolboxWidthToHeightRatio(Double) Mirrors the client-side toolboxWidthToHeightRatio option.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(JS) Mirrors the client-side type option.
Type(String) Mirrors the client-side type option.
See Also