Click or drag to resize

StiTriangleShapeType Class

The class describes the shape type - Triangle.
Inheritance Hierarchy

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

The StiTriangleShapeType type exposes the following members.

Constructors
  NameDescription
Public methodStiTriangleShapeType
Creates a new triangle.
Public methodStiTriangleShapeType(StiShapeDirection)
Creates a new triangle with the specified direction.
Top
Properties
  NameDescription
Public propertyComponentId (Overrides StiShapeTypeServiceComponentId.)
Public propertyDirection
Gets or sets a triangle 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
Creates a new object that is a copy of the current instance.
(Overrides StiServiceClone.)
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