EnumBackgroundShapePaintMode
Enum
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).
PrePaint
BackgroundShape is painted in the PrePaintElement(IGraphics) method of RadElement(before all other elements like fill, border, text and image).