| Name | Description |
| AlphaBlendMode | Returns the current AlphaBlendMode |
| BackBrush | The brush used to draw the back color (read-only) |
| CheckBoxGlyphInfo | Determines how check boxes are drawn. |
| ControlElement | The main control, top level element (read-only). |
| DrawPhase | The current phase of the drawing operation (read-only). |
| DrawPhaseAlphaLevel | Returns the alpha level that is operational based on the current phase of the drawing operation and the settings in AppearanceData. This will return a value between 0 and 255 (0 is transparent, 255 is completely opague). This property is read-only. |
| Element | The UIElement (read-only). |
| ElementDrawingClipRect | Gets the element's ClipRect taking RightToLeft into account. |
| ElementDrawingRect | Gets the rectangle (taking RightToLeft into account) used during the element's rendering. |
| ElementDrawingRectInsideBorders | Gets the element's RectInsideBorders taking RightToLeft into account. |
| Font | Returns a font |
| ForceDrawAsFocused | True if the element draws a focus rect even when its parent control does not have the input focus (read-only). |
| Graphics | The graphics object (read-only) |
| InvalidRect | The intersection of the original invalid rect, this element's rect and all of its parent rects (read-only). |
| IsAlphaBlendingSupported | True if alpha blending is supported (read-only). |
| IsDrawingTransition | Returns a boolean indicating if the element is being rendered as part of a transition. When true, elements should not perform any rendering operations. |
| Office2007CheckBoxGlyphInfo | Returns the default CheckBoxGlyphInfo object for Office2007 CheckBox glyphs. |
| Office2007RadioButtonGlyphInfo | Returns the default CheckBoxGlyphInfo object for Office2007 RadioButton glyphs. |
| Office2010CheckBoxGlyphInfo | Returns the default CheckBoxGlyphInfo object for Office 2010 CheckBox glyphs using the current Office2010ColorTable.ColorScheme. |
| Office2010RadioButtonGlyphInfo | Returns the default RadioButtonGlyphInfo object for Office 2010 RadioButton glyphs. |
| Office2013CheckBoxGlyphInfo | Returns the default CheckBoxGlyphInfo object for Office 2013 CheckBox glyphs using the current Office2013ColorTable.ColorScheme. |
| Office2013RadioButtonGlyphInfo | Returns the default RadioButtonGlyphInfo object for Office 2013 RadioButton glyphs. |
| RadioButtonGlyphInfo | Determines how radio buttons are drawn. |
| RightToLeft | Returns whether the drawing of the current element is RightToLeft. |
| ScenicRibbonCheckBoxGlyphInfo | Returns the default CheckBoxGlyphInfo object for ScenicRibbon CheckBox glyphs. |
| ScenicRibbonRadioButtonGlyphInfo | Returns the default RadioButtonGlyphInfo object for ScenicRibbon RadioButton glyphs. |
| StandardCheckBoxGlyphInfo | Returns the default CheckBoxGlyphInfo object for standard CheckBox glyphs. |
| StandardRadioButtonGlyphInfo | Returns the default CheckBoxGlyphInfo object for standard radio button glyphs. |
| TextBrush | The brush used to draw text (read-only) |
| TextRenderingMode | Returns the text rendering mode. Note that this can be Default, in which case the DrawUtility.UseGDIPlusTextRendering value. |
| UsesThemes | True if the themes are supported (read-only). |
| ZoomFactor | The zoom factor of the ControlUIElement. |