Click or drag to resize

StiFlowchartCollateShapeType Class

The class describes the shape type - FlowchartCollate.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.ShapeTypes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiFlowchartCollateShapeTypeConverter))]
public class StiFlowchartCollateShapeType : StiShapeTypeService

The StiFlowchartCollateShapeType type exposes the following members.

Constructors
  NameDescription
Public methodStiFlowchartCollateShapeType
Creates a new FlowchartCollate.
Public methodStiFlowchartCollateShapeType(StiShapeDirection)
Creates a new FlowchartCollate with specified arguments.
Top
Properties
  NameDescription
Public propertyComponentId (Overrides StiShapeTypeServiceComponentId.)
Public propertyDirection
Gets or sets the arrow direction.
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiShapeTypeService.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiShapeTypeService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiShapeTypeService.)
Top
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Public methodCreateNew (Overrides StiShapeTypeServiceCreateNew.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEvents (Inherited from StiShapeTypeService.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiShapeTypeServiceGetProperties(IStiPropertyGrid, StiLevel).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Overrides StiShapeTypeServiceLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodPaint
Draws the shape with the specified parameters.
(Inherited from StiShapeTypeService.)
Public methodSaveToJsonObject (Overrides StiShapeTypeServiceSaveToJsonObject(StiJsonSaveMode).)
Public methodToString (Inherited from StiShapeTypeService.)
Top
See Also