An enum that defines options how will the BackgroundShape BackgroundShape of RadElement be painted.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum BackgroundShapePaintMode
Fields
BackgroundShape is painted in the PostPaintElement(IGraphics) method of RadElement(after border, fill, text and image).
C#
PostPaint = 1
BackgroundShape is painted in the PrePaintElement(IGraphics) method of RadElement(before all other elements like fill, border, text and image).
C#
PrePaint = 0