GraphicContext Properties

The GraphicContext type exposes the following members.

Properties
  NameDescription
Public propertyCharacterSpacing
Sets or gets character spacing.
Public propertyFillBrush
Sets or gets the brush object that is used to fill the interiors of paths.
Public propertyFont
Sets or gets the true type font object that is used for rendering text.
Public propertyFontSize
Sets or gets text font size.
Public propertyFontStyle
Sets or gets text font style.
Public propertyLineCap
Sets or gets the code specifying the shape of the endpoints for any open path that is stroked.
Public propertyLineDashOffset
Sets or gets the phase offset of the current line dash pattern.
Public propertyLineDashPattern
Sets or gets the description of the dash pattern to be used when paths are stroked.
Public propertyLineDashStyle
Sets of gets the style of dashed lines of a stroked path.
Public propertyLineJoin
Sets or gets the code specifying the shape of joints between connected segments of a stroked path.
Public propertyLineWidth
Sets or gets the thickness of paths to be stroked.
Public propertyMiterLimit
Sets or gets the maximum length of mitered line joins for stroked paths. This parameter limits the length of "spikes" produced when line segments join at sharp angles.
Public propertyStrokeBrush
Sets or gets the brush object that is used for stroked paths.
Public propertyTextInfo
Gets a TextInfo object which contains information about rendered text.
Public propertyTransformationMatrix
Sets or gets transformation matrix.
See Also