Class WxControlPainterHandler.DrawItemParams
Defines additional parameters for the DrawItem(ControlPartKind, Control, Graphics, RectD, DrawFlags, DrawItemParams?) method.
public class WxControlPainterHandler.DrawItemParams
- Inheritance
-
WxControlPainterHandler.DrawItemParams
Fields
- GaugeMaxValue
Gets or sets max value for the DrawGauge(Control, Graphics, RectD, int, int, DrawFlags).
- GaugeValue
Gets or sets value for the DrawGauge(Control, Graphics, RectD, int, int, DrawFlags).
- HeaderButtonParams
Gets or sets parameters for the DrawHeaderButton(Control, Graphics, RectD, DrawFlags, HeaderSortIconType, HeaderButtonParams?).
- SashOrientation
Gets or sets sash orientation for the DrawSplitterSash(Control, Graphics, SizeD, double, GenericOrientation, DrawFlags).
- SashPosition
Gets or sets sash position for the DrawSplitterSash(Control, Graphics, SizeD, double, GenericOrientation, DrawFlags).
- SashSize
Gets or sets sash size for the DrawSplitterSash(Control, Graphics, SizeD, double, GenericOrientation, DrawFlags).
- SortArrow
Gets or sets sort arrow for the DrawHeaderButton(Control, Graphics, RectD, DrawFlags, HeaderSortIconType, HeaderButtonParams?).
- Text
Gets or sets text for the DrawItemText(Control, Graphics, string, RectD, GenericAlignment, DrawFlags, TextEllipsizeType).
- TextAlignment
Gets or sets text alignment for the DrawItemText(Control, Graphics, string, RectD, GenericAlignment, DrawFlags, TextEllipsizeType).
- TextEllipsizeMode
Gets or sets text ellipsize mode for the DrawItemText(Control, Graphics, string, RectD, GenericAlignment, DrawFlags, TextEllipsizeType).