TemplateDataBackground Property |
Gets or sets the brush used to paint the background.
Namespace: Dundas.BI.WebApi.ModelsAssembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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
BrushData
The background.
See Also