C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / BackColor Property

In This Topic
BackColor Property (Style)
In This Topic
Gets or sets the background color. If both this and Brush properties are specified for a style, this property takes precedence.
Syntax
'Declaration
 
Public Property BackColor As Color
 
Remarks
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is transparent background color.

See Also