Class SimplePointer
Represents a simple pointer.
Inheritance
System.Object
SimplePointer
Assembly: FastReport.Base.dll
Syntax
public class SimplePointer : GaugePointer
Constructors
SimplePointer(GaugeObject)
Declaration
public SimplePointer(GaugeObject parent)
Parameters
Type |
Name |
Description |
GaugeObject |
parent |
The parent gauge object.
|
Properties
Height
Gets o sets the height of gauge pointer.
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
HorizontalOffset
Gets or sets the pointer horizontal offset (cm).
Declaration
public float HorizontalOffset { get; set; }
Property Value
Type |
Description |
System.Single |
|
PointerRatio
Gets or sets the pointer ratio.
Declaration
public float PointerRatio { get; set; }
Property Value
Type |
Description |
System.Single |
|
Width
Gets or sets the width of a pointer.
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
Assign(GaugePointer)
Declaration
public override void Assign(GaugePointer src)
Parameters
Overrides
Draw(FRPaintEventArgs)
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
Overrides
Serialize(FRWriter, String, GaugePointer)
Declaration
public override void Serialize(FRWriter writer, string prefix, GaugePointer diff)
Parameters
Overrides