[]
        
(Showing Draft Content)

C1.Framework.IBrushProvider

IBrushProvider Interface

Encapsulates a Brush for painting background.

Namespace: C1.Framework
Assembly: C1.Win.4.8.dll
Syntax
public interface IBrushProvider

Properties

Name Description
DisposeBrushAfterUse

Gets a value indicating if the brush obtained from the GetBrush(Rectangle) method should be disposed after use.

Methods

Name Description
GetBrush(Rectangle)

Returns a brush for the specified rectangle.

GetBrushColor()

Returns a background color for hosted controls that don't support gradients.