Compartir a través de


BackFrame Propiedad

The background for the gauge panel.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property BackFrame As BackFrame
    Get
    Set
'Uso
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)