Del via


GaugePanel.BackFrame Property

The background for the gauge panel.

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 GaugePanel
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)