Class SimpleProgressPointer
Inheritance
System.Object
SimpleProgressPointer
Assembly: FastReport.Base.dll
Syntax
public class SimpleProgressPointer : SimplePointer
Constructors
SimpleProgressPointer(GaugeObject)
Declaration
public SimpleProgressPointer(GaugeObject parent)
Parameters
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
Methods
Assign(GaugePointer)
Declaration
public override void Assign(GaugePointer src)
Parameters
Overrides
Serialize(FRWriter, String, GaugePointer)
Declaration
public override void Serialize(FRWriter writer, string prefix, GaugePointer diff)
Parameters
Overrides