Class SimpleProgressPointer
Represents a simple pointer.
Inherited Members
Namespace: FastReport.Gauge.Simple.Progress
Assembly: FastReport.dll
Syntax
public class SimpleProgressPointer : SimplePointerConstructors
SimpleProgressPointer(GaugeObject)
Initializes a new instance of the SimplePointer class.
Declaration
public SimpleProgressPointer(GaugeObject parent)Parameters
| Type | Name | Description | 
|---|---|---|
| GaugeObject | parent | The parent gauge object. | 
Properties
SmallPointerWidthRatio
Gets or sets the small pointer width ratio
Declaration
public float SmallPointerWidthRatio { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Single | 
Type
Gets or sets the pointer type
Declaration
public SimpleProgressPointerType Type { get; set; }Property Value
| Type | Description | 
|---|---|
| SimpleProgressPointerType | 
Methods
Assign(GaugePointer)
Copies the contents of another GaugePointer.
Declaration
public override void Assign(GaugePointer src)Parameters
| Type | Name | Description | 
|---|---|---|
| GaugePointer | src | The GaugePointer instance to copy the contents from. | 
Overrides
Serialize(FRWriter, String, GaugePointer)
Serializes the gauge pointer.
Declaration
public override void Serialize(FRWriter writer, string prefix, GaugePointer diff)Parameters
| Type | Name | Description | 
|---|---|---|
| FRWriter | writer | Writer object. | 
| System.String | prefix | Gauge pointer property name. | 
| GaugePointer | diff | Another GaugePointer to compare with. | 
Overrides
Remarks
This method is for internal use only.