Search Results for

    Show / Hide Table of Contents

    Class SimpleProgressPointer

    Inheritance
    System.Object
    GaugePointer
    SimplePointer
    SimpleProgressPointer
    Inherited Members
    SimplePointer.Height
    SimplePointer.Width
    SimplePointer.PointerRatio
    SimplePointer.HorizontalOffset
    SimplePointer.Draw(FRPaintEventArgs)
    GaugePointer.Parent
    GaugePointer.Fill
    GaugePointer.BorderWidth
    GaugePointer.BorderColor
    Namespace: FastReport.Gauge.Simple.Progress
    Assembly: FastReport.Base.dll
    Syntax
    public class SimpleProgressPointer : SimplePointer

    Constructors

    SimpleProgressPointer(GaugeObject)

    Declaration
    public SimpleProgressPointer(GaugeObject parent)
    Parameters
    Type Name Description
    GaugeObject parent

    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)

    Declaration
    public override void Assign(GaugePointer src)
    Parameters
    Type Name Description
    GaugePointer src
    Overrides
    SimplePointer.Assign(GaugePointer)

    Serialize(FRWriter, String, GaugePointer)

    Declaration
    public override void Serialize(FRWriter writer, string prefix, GaugePointer diff)
    Parameters
    Type Name Description
    FRWriter writer
    System.String prefix
    GaugePointer diff
    Overrides
    SimplePointer.Serialize(FRWriter, String, GaugePointer)
    Back to top © 1998-2025 Copyright Fast Reports Inc.