Sdílet prostřednictvím


Gauge.BackFrame Property

The background/frame for the gauge.

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

Syntax

'Declaration
Public Property BackFrame As BackFrame 
    Get 
    Set
'Usage
Dim instance As Gauge 
Dim value As BackFrame 

value = instance.BackFrame

instance.BackFrame = value
public BackFrame BackFrame { get; set; }
public:
property BackFrame^ BackFrame {
    BackFrame^ get ();
    void set (BackFrame^ value);
}
member BackFrame : BackFrame with get, set
function get BackFrame () : BackFrame 
function set BackFrame (value : BackFrame)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.BackFrame
A BackFrame object.

See Also

Reference

Gauge Class

Microsoft.ReportingServices.RdlObjectModel Namespace