Click or drag to resize

StiIndicatorBase Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Components.Gauge.Primitives.StiIndicatorBase"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.Gauge.Primitives
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiIndicatorBase : StiGaugeElement

The StiIndicatorBase type exposes the following members.

Constructors
  NameDescription
Protected methodStiIndicatorBase
Initializes a new instance of the StiIndicatorBase class
Top
Properties
  NameDescription
Public propertyAllowApplyStyle (Inherited from StiElementBase.)
Public propertyAnimation (Inherited from StiGaugeElement.)
Public propertyBorderBrush
Gets or sets the border of the component.
Public propertyBorderWidth
Gets or sets the border thickness of the component.
Public propertyBrush
Gets or sets a brush to fill a component.
Public propertyComponentId (Inherited from StiGaugeElement.)
Public propertyElementType (Inherited from StiGaugeElement.)
Public propertyGetValueEvent
Occurs when getting the property Value.
Public propertyLocalizeName (Inherited from StiGaugeElement.)
Public propertyPlacement
Gets or sets the placement of the component.
Public propertyPropName (Inherited from StiGaugeElement.)
Public propertyScale (Inherited from StiGaugeElement.)
Public propertyValue
Gets or sets the current position of an indicator.
Public propertyValueObj
Top
Methods
  NameDescription
Public methodApplyStyle (Inherited from StiElementBase.)
Public methodClone (Overrides StiElementBaseClone.)
Public methodCreateNew (Inherited from StiGaugeElement.)
Protected methodDrawElement (Inherited from StiElementBase.)
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 StiGaugeElement.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Inherited from StiGaugeElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInteractiveClick
Public methodInvokeGetValue
Raises the GetValue event.
Public methodLoadFromJsonObject (Overrides StiGaugeElementLoadFromJsonObject(JObject).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnGetValue
Raises the GetValue event.
Protected methodOnValueChanged
Protected methodPrepareGaugeElement (Overrides StiGaugeElementPrepareGaugeElement.)
Public methodSaveToJsonObject (Overrides StiGaugeElementSaveToJsonObject(StiJsonSaveMode).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventGetValue
Occurs when getting the property Value.
Top
See Also