Enum
BackgroundShapePaintMode

An enum that defines options how will the BackgroundShape BackgroundShape of RadElement be painted.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum BackgroundShapePaintMode

Fields

PostPaint

BackgroundShape is painted in the PostPaintElement(IGraphics) method of RadElement(after border, fill, text and image).

Declaration

cs-api-definition
PostPaint = 1

Field Value

BackgroundShapePaintMode

PrePaint

BackgroundShape is painted in the PrePaintElement(IGraphics) method of RadElement(before all other elements like fill, border, text and image).

Declaration

cs-api-definition
PrePaint = 0

Field Value

BackgroundShapePaintMode

In this article
DefinitionFieldsPostPaintPrePaint
Not finding the help you need?
Contact Support