Click or drag to resize

StiRadialTickMarkCustomValue Class

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

Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.Components.GaugeStiCustomValueBase
    Stimulsoft.Report.Components.GaugeStiRadialTickMarkCustomValue

Namespace:  Stimulsoft.Report.Components.Gauge
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiRadialTickMarkCustomValue : StiCustomValueBase

The StiRadialTickMarkCustomValue type exposes the following members.

Constructors
  NameDescription
Public methodStiRadialTickMarkCustomValue
Initializes a new instance of the StiRadialTickMarkCustomValue class
Public methodStiRadialTickMarkCustomValue(Single)
Initializes a new instance of the StiRadialTickMarkCustomValue class
Public methodStiRadialTickMarkCustomValue(Single, NullableSingle, NullableSingle, NullableSingle, NullableSingle, NullableStiPlacement, StiGaugeElementSkin)
Initializes a new instance of the StiRadialTickMarkCustomValue class
Public methodStiRadialTickMarkCustomValue(Single, NullableSingle, NullableSingle, NullableSingle, NullableSingle, NullableStiPlacement, StiBrush, StiBrush, NullableSingle, StiGaugeElementSkin)
Initializes a new instance of the StiRadialTickMarkCustomValue 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 (Overrides StiCustomValueBaseComponentId.)
Public propertyLocalizedName (Overrides StiCustomValueBaseLocalizedName.)
Public propertyOffset
Gets or sets the offset ratio of an item.
(Inherited from StiCustomValueBase.)
Public propertyOffsetAngle
Gets or sets an additional rotation angle.
Public propertyPlacement
Gets or sets the placement of the component.
(Inherited from StiCustomValueBase.)
Public propertyPropName (Inherited from StiCustomValueBase.)
Public propertyRelativeHeight
Gets or sets the height factor relative to the height of the basic component.
Public propertyRelativeWidth
Gets or sets the width ratio relative to the height of the basic component.
Public propertySkin
Gets or sets the skin of the component rendering.
Public propertyValue
Gets or sets value corresponds to this tick element.
(Inherited from StiCustomValueBase.)
Top
Methods
See Also