Enum BackgroundShapePaintMode
An enum that defines options how will the BackgroundShape BackgroundShape of RadElement be painted.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public enum BackgroundShapePaintMode
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).