Click or drag to resize

StiOctagonShapeType Class

The class describes the shape type - Octagon.
Inheritance Hierarchy

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

The StiOctagonShapeType type exposes the following members.

Constructors
  NameDescription
Public methodStiOctagonShapeType
Creates a new octagon.
Public methodStiOctagonShapeType(Boolean, Single)
Creates a new octagon with specified arguments.
Top
Properties
  NameDescription
Public propertyAutoSize
Gets or sets the octagon autosize.
Public propertyBevel
Gets or sets the bevel size.
Public propertyComponentId (Overrides StiShapeTypeServiceComponentId.)
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