Click or drag to resize

BaseViewSetBackgroundBrush Method

Set background brush

Namespace:  ComPDFKitViewer.BaseObject
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetBackgroundBrush(
	SolidColorBrush brush
)

Parameters

brush
Type: System.Windows.MediaSolidColorBrush
The background brush
See Also