TemplateDataBackground Property  | 
 
            Gets or sets the brush used to paint the background.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "background", EmitDefaultValue = false)]
public BrushData Background { get; }<DataMemberAttribute(Name := "background", EmitDefaultValue := false)>
Public ReadOnly Property Background As BrushData
	Get
public:
[DataMemberAttribute(Name = L"background", EmitDefaultValue = false)]
property BrushData^ Background {
	BrushData^ get ();
}[<DataMemberAttribute(Name = "background", EmitDefaultValue = false)>]
member Background : BrushData with get
Property Value
Type: 
BrushData
            The background.
            
See Also