Click or drag to resize

StiRangeBase Class

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

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.Gauge.Primitives
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiRangeBase : ICloneable, 
	IStiPropertyGridObject

The StiRangeBase type exposes the following members.

Constructors
  NameDescription
Protected methodStiRangeBase
Initializes a new instance of the StiRangeBase class
Top
Properties
  NameDescription
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
Public propertyEndValue
Gets or sets end value of the range.
Public propertyEndWidth
Gets or sets end width of the range bar.
Public propertyLocalizeName
Public propertyOffset
Gets or sets the offset ratio of an item.
Public propertyPlacement
Gets or sets the placement of the component.
Public propertyPropName
Public propertyRangeList
Public propertyStartValue
Gets or sets start value of the range.
Public propertyStartWidth
Gets or sets start width of the range bar.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodCreateNew
Protected methodDrawRange
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
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also