Version

UIElementDrawParams Structure Properties

For a list of all members of this type, see UIElementDrawParams members.

Public Properties
 NameDescription
Public PropertyAlphaBlendModeReturns the current AlphaBlendMode  
Public PropertyBackBrushThe brush used to draw the back color (read-only)  
Public Propertystatic (Shared in Visual Basic)CheckBoxGlyphInfoDetermines how check boxes are drawn.  
Public PropertyControlElementThe main control, top level element (read-only).  
Public PropertyDrawPhaseThe current phase of the drawing operation (read-only).  
Public PropertyDrawPhaseAlphaLevelReturns 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.  
Public PropertyElementThe UIElement (read-only).  
Public PropertyElementDrawingClipRectGets the element's ClipRect taking RightToLeft into account.  
Public PropertyElementDrawingRectGets the rectangle (taking RightToLeft into account) used during the element's rendering.  
Public PropertyElementDrawingRectInsideBordersGets the element's RectInsideBorders taking RightToLeft into account.  
Public PropertyFontReturns a font  
Public PropertyForceDrawAsFocusedTrue if the element draws a focus rect even when its parent control does not have the input focus (read-only).  
Public PropertyGraphicsThe graphics object (read-only)  
Public PropertyInvalidRectThe intersection of the original invalid rect, this element's rect and all of its parent rects (read-only).  
Public PropertyIsAlphaBlendingSupportedTrue if alpha blending is supported (read-only).  
Public PropertyIsDrawingTransitionReturns a boolean indicating if the element is being rendered as part of a transition. When true, elements should not perform any rendering operations.  
Public Propertystatic (Shared in Visual Basic)Office2007CheckBoxGlyphInfoReturns the default CheckBoxGlyphInfo object for Office2007 CheckBox glyphs.  
Public Propertystatic (Shared in Visual Basic)Office2007RadioButtonGlyphInfoReturns the default CheckBoxGlyphInfo object for Office2007 RadioButton glyphs.  
Public Propertystatic (Shared in Visual Basic)Office2010CheckBoxGlyphInfoReturns the default CheckBoxGlyphInfo object for Office 2010 CheckBox glyphs using the current Office2010ColorTable.ColorScheme.  
Public Propertystatic (Shared in Visual Basic)Office2010RadioButtonGlyphInfoReturns the default RadioButtonGlyphInfo object for Office 2010 RadioButton glyphs.  
Public Propertystatic (Shared in Visual Basic)Office2013CheckBoxGlyphInfoReturns the default CheckBoxGlyphInfo object for Office 2013 CheckBox glyphs using the current Office2013ColorTable.ColorScheme.  
Public Propertystatic (Shared in Visual Basic)Office2013RadioButtonGlyphInfoReturns the default RadioButtonGlyphInfo object for Office 2013 RadioButton glyphs.  
Public Propertystatic (Shared in Visual Basic)RadioButtonGlyphInfoDetermines how radio buttons are drawn.  
Public PropertyRightToLeftReturns whether the drawing of the current element is RightToLeft.  
Public Propertystatic (Shared in Visual Basic)ScenicRibbonCheckBoxGlyphInfoReturns the default CheckBoxGlyphInfo object for ScenicRibbon CheckBox glyphs.  
Public Propertystatic (Shared in Visual Basic)ScenicRibbonRadioButtonGlyphInfoReturns the default RadioButtonGlyphInfo object for ScenicRibbon RadioButton glyphs.  
Public Propertystatic (Shared in Visual Basic)StandardCheckBoxGlyphInfoReturns the default CheckBoxGlyphInfo object for standard CheckBox glyphs.  
Public Propertystatic (Shared in Visual Basic)StandardRadioButtonGlyphInfoReturns the default CheckBoxGlyphInfo object for standard radio button glyphs.  
Public PropertyTextBrushThe brush used to draw text (read-only)  
Public PropertyTextRenderingModeReturns the text rendering mode. Note that this can be Default, in which case the DrawUtility.UseGDIPlusTextRendering value.  
Public PropertyUsesThemesTrue if the themes are supported (read-only).  
Public PropertyZoomFactorThe zoom factor of the ControlUIElement.  
See Also