Share via


Thermometer.BulbOffset Property

Offset of the bulb from the zero position, as a percent of the scale length.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property BulbOffset As ReportExpression(Of Double)
    Get
    Set
'Usage
Dim instance As Thermometer
Dim value As ReportExpression(Of Double)

value = instance.BulbOffset

instance.BulbOffset = value
public ReportExpression<double> BulbOffset { get; set; }
public:
property ReportExpression<double> BulbOffset {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member BulbOffset : ReportExpression<float> with get, set
function get BulbOffset () : ReportExpression<double>
function set BulbOffset (value : ReportExpression<double>)